named-regexp-groups
Regex lib
A library for regular expressions with named capture groups and back-references.
Regular expressions with named capture groups and named back-references
10 stars
4 watching
2 forks
Language: JavaScript
last commit: over 2 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
tc39/proposal-regexp-x-mode | A proposal to add support for comments and insignificant whitespace in regular expressions | 26 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
boostorg/regex | A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 84 |
yyytcool/rexx | A human-readable regex library with structured syntax and variable support. | 2 |
learnbyexample/learn_js_regexp | A comprehensive resource for learning JavaScript regular expressions | 112 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
brynbellomy/regex | A Swift framework providing regular expression functionality | 67 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
ddddxxx/regex | A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
wyantb/js-regex | A JavaScript library for building and manipulating regular expressions in a more readable and maintainable way. | 67 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |