@micromint1npm/sit-officia-hic
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
5
Maintainers
Keywords
Readme
@micromint1npm/sit-officia-hic
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 @micromint1npm/sit-officia-hic
Usage/Examples
var regexTester = require('@micromint1npm/sit-officia-hic');
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