mathiasbynens / regenerate
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
☆368Updated 3 years ago
Alternatives and similar repositories for regenerate:
Users that are interested in regenerate are comparing it to the libraries listed below
- A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.☆235Updated 5 months ago
- An implementation of the WHATWG URL Standard in JavaScript☆386Updated last week
- Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.☆140Updated last year
- Global identifiers from different JavaScript environments☆437Updated this week
- Named capture groups for JavaScript RegExps☆222Updated 3 years ago
- Proposal to add the `s` (`dotAll`) flag to regular expressions in ECMAScript.☆88Updated 3 years ago
- Given some data, jsesc returns the shortest possible stringified & ASCII-safe representation of that data.☆779Updated 2 months ago
- Force V8 to use fast properties for an object☆238Updated 3 years ago
- Brace expansion, as known from sh/bash, in JavaScript