mathiasbynens / regexpuLinks
A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.
☆235Updated 11 months ago
Alternatives and similar repositories for regexpu
Users that are interested in regexpu are comparing it to the libraries listed below
Sorting:
- Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.☆367Updated 3 years ago
- RegExp lookbehind assertions☆99Updated 3 years ago
- Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.☆140Updated 2 years ago
- regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of…☆78Updated 9 months ago
- Proposal to add the `s` (`dotAll`) flag to regular expressions in ECMAScript.☆88Updated 3 years ago
- JavaScript-compatible Unicode data generator. Arrays of code points, arrays of symbols, and regular expressions for every Unicode version…☆152Updated last month
- import.meta proposal for JavaScript☆148Updated 5 years ago
- string representations of objects in node and the browser☆152Updated 6 months ago
- Proposal to prevent JSON.stringify from returning ill-formed strings☆69Updated 6 years ago
- Named capture groups for JavaScript RegExps☆224Updated 3 years ago
- A uniform wrapper around a multitude of ECMAScript hosts. CLI: https://github.com/bterlson/eshost-cli☆144Updated 4 months ago
- ECMAScript Proposal, specs, and reference implementation for Object.values/Object.entries☆94Updated 4 years ago
- Proposal to make all JSON text valid ECMA-262☆123Updated 6 years ago
- Parsing the JavaScript's RegExp in JavaScript.☆82Updated 9 months ago
- Tokenizes a string that represents a regular expression.☆96Updated 2 years ago
- Device Memory☆68Updated 6 months ago
- convenience loader for 'small-icu' node builds☆156Updated 8 months ago
- API contract, and rudimentary tests, for modules that conform to the *es-shim API*☆80Updated 8 months ago
- Standards-based CSS Parser☆345Updated last year
- Run ECMAScript code uniformly across any ECMAScript host☆202Updated last year
- A shorthand language for writing ECMAScript-style algorithms, inspired by Markdown☆83Updated 2 years ago
- Cross-tab resource coordination API☆126Updated 3 months ago
- Provides fast access to unicode character properties☆58Updated 2 years ago
- An implementation of the WHATWG URL Standard in JavaScript☆403Updated 5 months ago
- Parse data: URLs☆74Updated last year
- Brace expansion, as known from sh/bash, in JavaScript☆195Updated 2 months ago
- ES Proposal, specs, tests, reference implementation, and polyfill/shim for String.prototype.matchAll☆99Updated 4 years ago
- Syntax highlights JavaScript code with ANSI colors to be printed to the terminal.☆173Updated 5 years ago
- A Swiss Army knife for language tags.☆69Updated last month
- Faster brace expansion for node.js. Besides being faster, braces is not subject to DoS attacks like minimatch, is more accurate, and has …☆240Updated 7 months ago