All tags
Catalogue tag

#regex

Every repository in the public record carrying this tag — from its GitHub topics or the keywords its package registries publish. Health is measured under the same versioned methodology as the rest of the record.

93 records
Tagged “regex”Ranked by health index
npm
42Weakhealth index
micromatch/anymatch
:bangbang: Matches strings against configurable strings, globs, regular expressions, and/or functions
JavaScript★ 402↓ 488M/moAug 4, 2026
ISCAug 4, 2026 · metrics 2.10.0
npm
42Weakhealth index
slevithan/regex-recursion
🪆 Adds recursive matching to native JavaScript regexes
JavaScript★ 15↓ 65.9M/moAug 31, 2026
MITAug 31, 2026 · metrics 2.10.0
npm
40Weakhealth index
jonschlinkert/fill-range
Fill in a range of numbers or letters, positive or negative, optionally passing an increment or multiplier to use.
JavaScript★ 60↓ 678M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
39Weakhealth index
DiogoAngelim/html-to-gutenberg
Convert raw HTML into fully editable WordPress Gutenberg blocks for modern content workflows.
HTML · JavaScript · TypeScript★ 3↓ 2,312/moJul 19, 2026
MITJul 19, 2026 · metrics 2.10.0
Packagist
39Weakhealth index
php-standard-library/regex
Type-safe regular expressions with typed capture groups and proper error handling
PHP★ 1↓ 35.2K/moJul 30, 2026
MITJul 30, 2026 · metrics 2.10.0
38Weakhealth index
peter-winter/ctpg
Compile Time Parser Generator is a C++ single header library which takes a language description as a C++ code and turns it into a LR1 table parser with a deterministic finite automaton lexical analyzer, all in compile time.
C++★ 488Jul 19, 2026
MITJul 19, 2026 · metrics 2.10.0
npm
38Weakhealth index
sindresorhus/shebang-regex
Regular expression for matching a shebang line
JavaScript · TypeScript★ 48↓ 847M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
crates.io
37Weakhealth index
Gilnaa/globwalk
No repository description published.
Rust★ 53↓ 4.3M/moAug 13, 2026
MITAug 13, 2026 · metrics 2.10.0
npm
36Weakhealth index
Richienb/char-regex
A regex to match any full character, considering weird character ranges.
JavaScript★ 28↓ 204M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
36Weakhealth index
mathiasbynens/hashtag-regex
A regular expression to match hashtag identifiers as per the Unicode Standard.
JavaScript★ 59↓ 25.9K/moJul 17, 2026
MITJul 17, 2026 · metrics 2.10.0
npm
36Weakhealth index
sindresorhus/escape-string-regexp
Escape RegExp special characters
JavaScript · TypeScript★ 598↓ 1.3B/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
36Weakhealth index
sindresorhus/is-regexp
Check if a value is a regular expression
JavaScript · TypeScript★ 26↓ 112M/moAug 31, 2026
MITAug 31, 2026 · metrics 2.10.0
npm
35Weakhealth index
jonschlinkert/shallow-clone
Make a shallow clone of an object, array or primitive.
JavaScript★ 31↓ 108M/moAug 22, 2026
MITAug 22, 2026 · metrics 2.10.0
npm
35Weakhealth index
slevithan/emoji-regex-xs
A regular expression to match all emoji-only symbols
JavaScript★ 87↓ 41.1M/moAug 27, 2026
MITAug 27, 2026 · metrics 2.10.0
npm
35Weakhealth index
slevithan/regex-utilities
🧰 Tiny helpers for processing regex syntax
JavaScript★ 2↓ 59.3M/moAug 31, 2026
MITAug 31, 2026 · metrics 2.10.0
npm
32At Riskhealth index
mathiasbynens/regenerate
Generate JavaScript-compatible regular expressions based on a given set of Unicode symbols or code points.
JavaScript★ 378↓ 162M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
Packagist
32At Riskhealth index
phplrt/lexer
[READ ONLY] Subtree split of the phplrt lexer component (see phplrt/phplrt)
PHP★ 3↓ 3,224/moJul 24, 2026
MITJul 24, 2026 · metrics 2.10.0
Packagist
32At Riskhealth index
phplrt/lexer-contracts
[READ ONLY] Subtree split of the phplrt lexer contracts component (see phplrt/phplrt)
PHP★ 1↓ 3,236/moJul 24, 2026
MITJul 24, 2026 · metrics 2.10.0
npm
31At Riskhealth index
jonschlinkert/is-extendable
Answers the question: "can this value have keys?". Returns true if a value is any of the object types: array, regexp, plain object, function or date. Useful for determining if a value is an object that can be extended.
JavaScript★ 19↓ 229M/moAug 29, 2026
MITAug 29, 2026 · metrics 2.10.0
npm
28At Riskhealth index
fent/randexp.js
Create random strings that match a given regular expression.
JavaScript★ 1,867↓ 43.7M/moAug 13, 2026
MITAug 13, 2026 · metrics 2.10.0
npm
28At Riskhealth index
micromatch/to-regex-range
Pass two numbers, get a regex-compatible source string for matching ranges. Fast compiler, optimized regex, and validated against more than 2.78 million test assertions. Useful for creating regular expressions to validate numbers, ranges, years, etc.
JavaScript★ 173↓ 621M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
28At Riskhealth index
terkelg/globrex
Glob to regular expression with support for extended globs.
JavaScript★ 76↓ 144M/moAug 31, 2026
MITAug 31, 2026 · metrics 2.10.0
npm · RubyGems
26At Riskhealth index
K-and-R/email_validator
An email validator for Rails.
Ruby★ 656↓ 16/moJul 22, 2026
MITJul 22, 2026 · metrics 2.10.0
npm
26At Riskhealth index
fent/ret.js
Tokenizes a string that represents a regular expression.
JavaScript · TypeScript★ 98↓ 151M/moAug 31, 2026
MITAug 31, 2026 · metrics 2.10.0
crates.io
26At Riskhealth index
hawkw/matchers
No repository description published.
Rust★ 15↓ 35.9M/moAug 8, 2026
MITAug 8, 2026 · metrics 2.10.0
Go
26At Riskhealth index
shibumi/go-pathspec
gitignore-style pathspec pattern matching in Go
Go★ 8Aug 29, 2026
Apache-2.0Aug 29, 2026 · metrics 2.10.0
npm
25At Riskhealth index
jonschlinkert/kind-of
Get the native JavaScript type of a value, fast. Used by superstruct, micromatch and many others!
JavaScript★ 354↓ 477M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
25At Riskhealth index
kevva/astral-regex
Regular expression for matching astral symbols
JavaScript · TypeScript★ 34↓ 132M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0
npm
23At Riskhealth index
jonschlinkert/clone-deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
JavaScript★ 317↓ 110M/moAug 4, 2026
MITAug 4, 2026 · metrics 2.10.0