totam-mollitia-tenetur

[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]

MIT License

Downloads
274
Stars
0
Committers
1

@erboladaiorg/totam-mollitia-tenetur Version Badge

Give a regex, get a robust predicate function that tests it against a string. This will work even if RegExp.prototype is altered later.

Getting started

npm install --save @erboladaiorg/totam-mollitia-tenetur

Usage/Examples

var regexTester = require('@erboladaiorg/totam-mollitia-tenetur');
var assert = require('assert');

var tester = regexTester('a');
assert.ok(tester('a'));
assert.notOk(tester('b'));

Tests

Simply clone the repo, npm install, and run npm test

Package Rankings
Top 34.49% on Npmjs.org
Badges
Extracted from project README
Version Badge github actions coverage License Downloads npm badge
Related Projects