JS/TS regexes with whitespace, comments, and interpolation!
A regular expression to match all Emoji-only symbols as per the Unicode Standard.
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
Log things, prefixed with a timestamp.
Compile Unicode property escapes in Unicode regular expressions to ES5.
Compile regular expressions using the `s` (`dotAll`) flag to ES5.
Compile regular expressions' unicodeSets (v) flag.
Compile regular expressions using duplicate named groups to index-based groups.
Parse regular expressions' unicodeSets (v) flag.
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+
Tiny helpers for processing regex syntax
A module that parses a string as regular expression and returns the parsed value.
Adds regex expression support
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.
An implementation of regexes, supporting a relatively rich set of features, including backreferences and look-around. Aims to be compatible with Oniguruma syntax when the relevant flag is set.
A simple macro to use a fancy-regex Regex statically
Grep through PDF files — a Rust port of Hans-Peter Deifel's `pdfgrep(1)` with lopdf-backed text extraction, regex + fancy-regex pluggable engines, --password retry for encrypted PDFs, GNU-grep-compatible color output, recursive walking with fnmatch include/exclude, and a typed library API.
high-performance regex engine with intersection and complement operations
boolean algebra and symbolic rewriting engine for resharp regex
regex pattern parser for resharp
A high-performance regex engine built from scratch with JIT compilation and SIMD acceleration
Parser for the Concise data definition language (CDDL)
a regex lua module using the fancy-regex rust crate
A custom fork of the fancy-regex crate. You probably don't want to use this.
A Rust implementation of the popular Java & Ruby grok library which allows easy text and log file processing with composable patterns.
A highly parallel Perl 5 interpreter written in Rust