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

46 stars
11 watching
4 forks
Language: HTML
last commit: almost 2 years ago

Related projects:

RepositoryDescriptionStars
tc39/proposal-regex-escapingStandardizes escaping of string characters for use in regular expressions.375
tc39/proposal-regexp-x-modeA proposal to add support for comments and insignificant whitespace in regular expressions27
tc39/proposal-regexp-r-escapeProposes an escape sequence for matching Unicode line terminators in regular expressions5
tc39/proposal-regexp-atomic-operatorsProposal to add control over backtracking in regular expressions17
tc39/proposal-regexp-buffer-boundariesIntroduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing7
tc39/proposal-regexp-legacy-featuresDefines legacy features of the RegExp constructor in JavaScript41
mingrammer/commonregexA collection of reusable regular expression functions for text processing in Go.896
eslint-community/regexppA parser and validator for regular expressions in ECMAScript24
verbalexpressions/pythonverbalexpressionsA Python module providing an easy-to-use interface for creating and manipulating regular expressions1,634
tc39/proposal-duplicate-named-capturing-groupsAllows named capturing groups to have the same name in different alternatives of a regex pattern28
rundevelopment/regexp-ast-analysisA TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes3
commenthol/named-regexp-groupsA library for regular expressions with named capture groups and back-references.10
boostorg/regexA comprehensive C++ regular expression library with advanced features and compiler defect workarounds.86
compose-regexp/compose-regexp.jsBuilds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns.145
k-takata/onigmoA C-based regular expression library designed to support new expressions and compatible with various platforms.625