node-unicode / node-unicode-dataLinks
JavaScript-compatible Unicode data generator. Arrays of code points, arrays of symbols, and regular expressions for every Unicode version’s categories, scripts, blocks, and properties — neatly packaged into a separate npm package per Unicode version.
☆153Updated last month
Alternatives and similar repositories for node-unicode-data
Users that are interested in node-unicode-data are comparing it to the libraries listed below
Sorting:
- Unicode text segmentation for ECMAScript☆151Updated 3 years ago
- Proposal to add Unicode property escapes `\p{…}` and `\P{…}` to regular expressions in ECMAScript.☆141Updated 2 years ago
- Provides fast access to unicode character properties☆59Updated 2 years ago
- regexpu’s core functionality, i.e. `rewritePattern(pattern, flag, options)`, which enables rewriting regular expressions that make use of…☆79Updated 3 months ago
- A source code transpiler that enables the use of ES2015 Unicode regular expressions in ES5.☆239Updated last year
- Parsing the JavaScript's RegExp in JavaScript.☆82Updated last month
- Simple benchmark for diffrent htmlparsers using real-life data☆103Updated last week
- Fast CSS Selectors API Engine☆134Updated 2 weeks ago
- Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.☆372Updated 3 years ago
- Proposal to add support for sequence properties in Unicode property escapes to ECMAScript regular expressions.☆74Updated 3 years ago
- A JS implementation of the Unicode grapheme cluster breaking algorithm (UAX #29)☆84Updated 6 years ago
- string representations of objects in node and the browser☆158Updated 2 months ago
- UTS18 set notation in regular expressions☆76Updated 2 years ago
- This is the repo where the CSS Houdini parser API will be worked on