@zitterorg/quis-maxime

3.2.37 • Public • Published

@zitterorg/quis-maxime Version Badge

github actions coverage License Downloads

npm 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 @zitterorg/quis-maxime

Usage/Examples

var regexTester = require('@zitterorg/quis-maxime');
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

Readme

Keywords

Package Sidebar

Install

npm i @zitterorg/quis-maxime

Weekly Downloads

445

Version

3.2.37

License

MIT

Unpacked Size

82.6 kB

Total Files

211

Last publish

Collaborators

  • loandinhb931