@xdanangelxoqenpm/dolorem-aliquam-cumque
v1.0.0
Published
[![github actions][actions-image]][actions-url] [![coverage][codecov-image]][codecov-url] [![License][license-image]][license-url] [![Downloads][downloads-image]][downloads-url]
Downloads
4
Maintainers
Keywords
Readme
@xdanangelxoqenpm/dolorem-aliquam-cumque
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 @xdanangelxoqenpm/dolorem-aliquam-cumque
Usage/Examples
var regexTester = require('@xdanangelxoqenpm/dolorem-aliquam-cumque');
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