proposal-regexp-modifiers
Regex modifiers
A proposal to extend regular expression syntax with modifier flags to control specific behavior.
Regular Expression Pattern Modifiers for ECMAScript
46 stars
11 watching
4 forks
Language: HTML
last commit: 5 months ago Related projects:
Repository | Description | Stars |
---|---|---|
| Standardizes escaping of string characters for use in regular expressions. | 375 |
| A proposal to add support for comments and insignificant whitespace in regular expressions | 27 |
| Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| Proposal to add control over backtracking in regular expressions | 17 |
| Introduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing | 7 |
| Defines legacy features of the RegExp constructor in JavaScript | 41 |
| A collection of reusable regular expression functions for text processing in Go. | 896 |
| A parser and validator for regular expressions in ECMAScript | 24 |
| A Python module providing an easy-to-use interface for creating and manipulating regular expressions | 1,634 |
| Allows named capturing groups to have the same name in different alternatives of a regex pattern | 28 |
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A library for regular expressions with named capture groups and back-references. | 10 |
| A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. | 86 |
| Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
| A C-based regular expression library designed to support new expressions and compatible with various platforms. | 625 |