babel-plugin-transform-dotall-regex
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
A regular expression to match hashtag identifiers as per the Unicode Standard.
Match the words in a string. Support for english, CJK and Cyrillic.
a regular expression that matches all the surrogate pairs and combining-marked characters in a string
A robust ES3-compatible polyfill for the `RegExp.escape` proposal - see https://github.com/tc39/proposal-regex-escaping
Filters file paths using globs, regular expressions, or custom criteria
ESLint plugin for finding RegExp mistakes and RegExp style guide violations.
Emojibase utility functions for working with emoji characters.
Escape RegExp special characters
Extended regular expressions
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v13.0.0’s categories, scripts, blocks, bidi, and other properties.
Count the words in a string. Support for english, CJK and Cyrillic.
Generate RegExp for delimiters, to be used with templates, files or data streams.
Does one simple thing - gets the flags from a regular expression. Useful for cloning and any library that uses or generates regular expressions that are created from other regular expressions.
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Deterministic and Nondeterministic Finite State Machines for JavaScript. The backend for my regex library.
Get CSS urls from a string.
Strings decorator (by regex) with: React components, HTML tags etc.
JavaScript Regular expressions made easy
Compile Unicode property escapes in Unicode regular expressions to ES5.