proposal-regexp-x-mode
RegExp comment feature
A proposal to add support for comments and insignificant whitespace in regular expressions
26 stars
7 watching
2 forks
Language: JavaScript
last commit: about 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
tc39/proposal-regexp-modifiers | A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 44 |
tc39/proposal-regexp-legacy-features | Defines legacy features of the RegExp constructor in JavaScript | 41 |
tc39/proposal-regexp-atomic-operators | Proposal to add control over backtracking in regular expressions | 17 |
tc39/proposal-regex-escaping | An ECMAScript standard proposal to improve regular expression escaping functionality. | 369 |
tc39/proposal-regexp-r-escape | Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
tc39/proposal-regexp-buffer-boundaries | Introduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing | 7 |
commenthol/named-regexp-groups | A library for regular expressions with named capture groups and back-references. | 10 |
rundevelopment/regexp-ast-analysis | A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
eslint-community/regexpp | A parser and validator for regular expressions in ECMAScript | 23 |
dmitrysoshnikov/regexp-tree | Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
fent/randexp.js | Generates random strings based on user-provided regular expressions | 1,828 |
compose-regexp/compose-regexp.js | Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. | 145 |
lukeed/regexparam | A utility for converting route patterns into regular expressions | 568 |
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 |