Skip to content

Latest commit

 

History

History
executable file
·
20 lines (14 loc) · 552 Bytes

README.md

File metadata and controls

executable file
·
20 lines (14 loc) · 552 Bytes

regexp-frequent

Some frequently used regexp.

This package can be used independently, or be used as the registry for the npm package rewrap.

See rewrap for more information.

usage

npm install regexp-frequent
npm install rewrap

    const reBuiltins = require('regexp-frequent');
    const rewrap = require('rewrap');
    rewrap.registry(reBuiltins);

document

Just see index.js.