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
7 stars
5 watching
3 forks
Language: HTML
last commit: over 2 years ago Related projects:
Repository | Description | Stars |
---|---|---|
| Proposes an escape sequence for matching Unicode line terminators in regular expressions | 5 |
| Standardizes escaping of string characters for use in regular expressions. | 375 |
| A proposal to extend regular expression syntax with modifier flags to control specific behavior. | 46 |
| A proposal to add support for comments and insignificant whitespace in regular expressions | 27 |
| Proposal to add control over backtracking in regular expressions | 17 |
| A parser and validator for regular expressions in ECMAScript | 24 |
| A Swift framework providing regular expression functionality | 67 |
| Transpiles ES2015 Unicode regular expressions into equivalent ES5-compatible regular expressions. | 234 |
| A TypeScript library that parses and analyzes JavaScript regular expressions into abstract syntax tree nodes | 3 |
| A Swift wrapper around NSRegularExpression for working with regular expressions in Swift applications | 4 |
| Tools and APIs for parsing, manipulating, and executing regular expressions in JavaScript | 401 |
| A live regular expression testing environment built with curses. | 8 |
| A C++ library for constructing complex regular expressions with a simple and intuitive API. | 382 |
| Defines legacy features of the RegExp constructor in JavaScript | 41 |
| Provides an ES3-compatible polyfill for the match method of RegExp objects in ECMAScript 6 | 10 |