astral-regex
Install
$ npm install astral-regexUsage
const astralRegex = require('astral-regex');
astralRegex({exact: true}).test('');
//=> trueAPI
astralRegex([options])
options
License
Last updated