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

GitHub

44 stars
11 watching
4 forks
Language: HTML
last commit: about 1 month ago

Related projects:

Repository Description Stars
tc39/proposal-regex-escaping An ECMAScript standard proposal to improve regular expression escaping functionality. 369
tc39/proposal-regexp-x-mode A proposal to add support for comments and insignificant whitespace in regular expressions 26
tc39/proposal-regexp-r-escape Proposes an escape sequence for matching Unicode line terminators in regular expressions 5
tc39/proposal-regexp-atomic-operators Proposal to add control over backtracking in regular expressions 17
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
tc39/proposal-regexp-legacy-features Defines legacy features of the RegExp constructor in JavaScript 41
mingrammer/commonregex A collection of reusable regular expression functions for text processing in Go. 895
eslint-community/regexpp A parser and validator for regular expressions in ECMAScript 23
verbalexpressions/pythonverbalexpressions A Python module providing an easy-to-use interface for creating and manipulating regular expressions 1,634
tc39/proposal-duplicate-named-capturing-groups Allows named capturing groups to have the same name in different alternatives of a regex pattern 28
rundevelopment/regexp-ast-analysis A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes 3
commenthol/named-regexp-groups A library for regular expressions with named capture groups and back-references. 10
boostorg/regex A comprehensive C++ regular expression library with advanced features and compiler defect workarounds. 84
compose-regexp/compose-regexp.js Builds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns. 145
k-takata/onigmo A C-based regular expression library designed to support new expressions and compatible with various platforms. 626