Showing 21-40 of 48,248 packages
Parse regular expressions' unicodeSets (v) flag.
A JavaScript Regular Expression library, extending the standard RegExp class with missing functionality
A regex to match any full character, considering weird character ranges.
Regex template tag with extended syntax, context-aware interpolation, and always-on best practices
Recursive matching plugin for Regex+
A module that parses a string as regular expression and returns the parsed value.
Adds regex expression support
Tiny helpers for processing regex syntax
Replace matching strings and regexes in files
Create a javascript regular expression for matching everything except for the given string.
A regular expression to match all emoji-only symbols
Regular expression for testing if a file path is a windows UNC file path. Can also be used as a component of another regexp via the `.source` property.
detect possibly catastrophic, exponential-time regular expressions
Regular expression for matching semver versions
Generate a regex from a string or array of strings.
Regular expression for matching IP addresses (IPv4 & IPv6)
Memoize the results of a call to the RegExp constructor, avoiding repetitious runtime compilation of the same string and options, resulting in surprising performance improvements.
Command line search and replace utility
Helper function to check for literal RegEx
Glob matching for javascript/node.js. A replacement and faster alternative to minimatch and multimatch.