proposal-regexp-buffer-boundaries

Buffer boundary regex

Introduces Unicode-mode regular expressions with start and end-of-buffer escapes to simplify matching buffer boundaries in string processing

Regular Expression Buffer Boundaries for ECMAScript

GitHub

7 stars
5 watching
3 forks
Language: HTML
last commit: over 2 years ago

Related projects:

Repository Description Stars
tc39/proposal-regexp-r-escape Proposes an escape sequence for matching Unicode line terminators in regular expressions 5
tc39/proposal-regex-escaping An ECMAScript standard proposal to improve regular expression escaping functionality. 369
tc39/proposal-regexp-modifiers A proposal to extend regular expression syntax with modifier flags to control specific behavior. 44
tc39/proposal-regexp-x-mode A proposal to add support for comments and insignificant whitespace in regular expressions 26
tc39/proposal-regexp-atomic-operators Proposal to add control over backtracking in regular expressions 17
eslint-community/regexpp A parser and validator for regular expressions in ECMAScript 23
brynbellomy/regex A Swift framework providing regular expression functionality 67
mathiasbynens/regexpu Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. 234
rundevelopment/regexp-ast-analysis A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes 3
ddddxxx/regex A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications 4
dmitrysoshnikov/regexp-tree Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript 401
a-n-t-h-o-n-y/regexplore A live regular expression testing environment built with curses. 8
verbalexpressions/cppverbalexpressions A C++ library for constructing complex regular expressions with a simple and intuitive API. 382
tc39/proposal-regexp-legacy-features Defines legacy features of the RegExp constructor in JavaScript 41
mathiasbynens/regexp.prototype.match Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 10