regexr
Regex composer
A template tag function for composing regular expressions without double escaping.
Easily compose regular expressions without the need for double-escaping inside strings.
62 stars
3 watching
1 forks
Language: TypeScript
last commit: 9 months ago
Linked from 1 awesome list
es6hand-picked-regexesjavascriptregexregex-engineregex-utilregexesregexpregexrregular-expressiontemplate-string
Related projects:
Repository | Description | Stars |
---|---|---|
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
slevithan/regex | A template tag for readable, high-performance regexes with extended syntax and context-aware interpolation | 507 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
a-n-t-h-o-n-y/regexplore | A live regular expression testing environment built with curses. | 8 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
mathiasbynens/regexpu | Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
oriser/regroup | A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
fsprojects/fsharp.text.regexprovider | A type provider for regular expressions. | 74 |
0xsobky/regaxor | A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
zimprojects/srell | A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
tc39/proposal-regexp-r-escape | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
sindresorhus/regex | A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
crossroadlabs/regex | A Swift library for working with regular expressions. | 333 |
drup/tyre | A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
tree-sitter/tree-sitter-regex | A parser for regular expressions that provides a structured representation of the match results | 74 |