proposal-regexp-atomic-operators

Backtracking control

Proposal to add control over backtracking in regular expressions

GitHub

17 stars
11 watching
1 forks
Language: JavaScript
last commit: over 4 years ago

Related projects:

RepositoryDescriptionStars
tc39/proposal-regexp-x-modeA proposal to add support for comments and insignificant whitespace in regular expressions27
tc39/proposal-regexp-modifiersA proposal to extend regular expression syntax with modifier flags to control specific behavior.46
tc39/proposal-regex-escapingStandardizes escaping of string characters for use in regular expressions.375
tc39/proposal-regexp-r-escapeProposes an escape sequence for matching Unicode line terminators in regular expressions5
tc39/proposal-regexp-legacy-featuresDefines legacy features of the RegExp constructor in JavaScript41
tc39/proposal-regexp-buffer-boundariesIntroduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing7
dmitrysoshnikov/regexp-treeTools and APIs for parsing, manipulating, and executing regular expressions in JavaScript401
lukeed/regexparamA utility for converting route patterns into regular expressions570
commenthol/named-regexp-groupsA library for regular expressions with named capture groups and back-references.10
rundevelopment/regexp-ast-analysisA TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes3
tc39/proposal-duplicate-named-capturing-groupsAllows named capturing groups to have the same name in different alternatives of a regex pattern28
learnbyexample/learn_js_regexpA comprehensive resource for learning JavaScript regular expressions112
compose-regexp/compose-regexp.jsBuilds and composes regular expressions in JavaScript to improve maintainability and readability of complex regex patterns.145
eslint-community/regexppA parser and validator for regular expressions in ECMAScript24
fent/randexp.jsGenerates random strings based on user-provided regular expressions1,836