Escape RegExp special characters. This is a fork of sindresorhus/escape-string-regexp, but with CommonJS support.
Which regular expression flags does the current environment support?
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.
String to a regex that is diacritic insensitive
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.
A regular expression for valid domains.
A JavaScript object of regular expressions that match CSS properties grouped by category.
Regular expression based version read/write plugin for release-it
Regular expression matching for email addresses. Maintained, configurable, more accurate, and browser-friendly alternative to email-regex. Works in Node v14+ and browsers. Made for Spam Scanner and Forward Email.
Converts Python-like (re) regular expressions to JavaScript RegExp instances
簡繁日 共通字/轉換表
Vite plugin to handle your resources. For example, to replace occurrences by a regular expression, or resolving paths in cases where the usual tools do not help you, or something else.
A regular expression to match hashtag identifiers as per the Unicode Standard.
verify dependencies plugin for semantic-release
Turn a path string such as /user/:id or /user/:id(\d+) into a regular expression
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v16.0.0’s categories, scripts, blocks, bidi, and other properties.
JavaScript-compatible Unicode data. Arrays of code points, arrays of symbols, and regular expressions for Unicode v15.1.0’s categories, scripts, blocks, bidi, and other properties.
A typescript library for writing type-safe regular expressions using named capture groups
A small utility library that provides functions for mapping and matching strings against a set of regular expressions.
Check Any file with ESLint
Does the JS environment support named capture groups in regexes?
Dynamically create regular expressions from strings
A plugin that sorts import statements according to a provided regular expression order.
Collection of JS regular expressions.
Regular expression for matching words in a string. Support for english, CJK and Cyrillic.