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.
63 stars
3 watching
1 forks
Language: TypeScript
last commit: about 1 year ago
Linked from 1 awesome list
es6hand-picked-regexesjavascriptregexregex-engineregex-utilregexesregexpregexrregular-expressiontemplate-string
Related projects:
Repository | Description | Stars |
---|---|---|
| Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
| A template tag library for readable and high-performance native JavaScript regular expressions with extended syntax and context-aware interpolation. | 521 |
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A live regular expression testing environment built with curses. | 8 |
| Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
| Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
| A library to automatically match and parse regular expression groups into Go structs with various options. | 147 |
| A type provider for regular expressions. | 74 |
| A tool to test and detect issues with regular expressions by fuzzing them with random input data. | 43 |
| A header-only C++ template library for working with regular expressions in ECMAScript-compatible way | 11 |
| Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| A wrapper around NSRegularExpression to simplify regular expression usage in Swift | 331 |
| A Swift library for working with regular expressions. | 332 |
| A system for building type-safe regular expressions with automatic extraction and modification of matched groups | 171 |
| A parser for regular expressions that provides a structured representation of the match results | 74 |