Create a regular expression to match any of the phrases added to the trie (inspired by Dan Kogai's Regexp::Trie Perl module.)
https://en.wikipedia.org/wiki/Trie
Unicode Trie data structure for fast character metadata lookup, ported from ICU
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
Minimalistic trie implementation for prefix searches
Trie Data Structure to support cspell.
Give a regex, get a robust predicate function that tests it against a string.
Is this value a JS regex? Works cross-realm/iframe, and despite ES6 @@toStringTag
Pass two numbers, get a regex-compatible source string for matching ranges. Validated against more than 2.78 million test assertions.
Compile ES2015 Unicode regex to ES5
Compile ES2015 sticky regex to an ES5 RegExp constructor
Compile regular expressions using named groups to ES5.
Regular expression for matching ANSI escape codes
Regular expression for matching a shebang line
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile Unicode property escapes in Unicode regular expressions to ES5.
Create and modify trie prefix structures, extract word lists including anagrams and sub-anagrams
Compile regular expressions' unicodeSets (v) flag.
Curated collection of data structures for the JavaScript/TypeScript.
Compile regular expressions using duplicate named groups to index-based groups.
Parse regular expressions' unicodeSets (v) flag.
This is an implementation of the modified merkle patricia tree as specified in Ethereum's yellow paper.
A regex to match any full character, considering weird character ranges.
A trie implementation that maps keys to objects for rapid retrieval by phrases. Most common use will be for typeahead searches.