regenerate icon indicating copy to clipboard operation
regenerate copied to clipboard

Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.

Results 5 regenerate issues
Sort by recently updated
recently updated
newest added

Bumps [codecov](https://github.com/codecov/codecov-node) from 1.0.1 to 3.7.1. Release notes Sourced from codecov's releases. v3.6.4 Fix for Cirrus CI v3.6.3 AWS Codebuild fixes + package updates v3.6.2 command line args sanitised v3.6.1...

dependencies

isArray should use the browser's native implementation of isArray if available. This causes errors when running regenerate together with prototype.js: ``` symbol.charCodeAt is not a function TypeError: symbol.charCodeAt is not...

Hi, I'm currently having a problem where, upon reinstalling the [email protected] npm package the regenerate.js file is completely missing just ahead of "bcdefghijklmnopqrstuvwxyz~" on line 569. Is the npm package...

So regenerate builds a set of characters and can express that set as a simple regex - have you thought about the opposite process of taking a regex and producing...