|
You are here |
joshua.hu | ||
| | | | |
v8.dev
|
|
| | | | | JavaScript regular expressions are getting some new functionality: lookbehind assertions. | |
| | | | |
paramdeo.com
|
|
| | | | | ||
| | | | |
mathiasbynens.be
|
|
| | | | | [AI summary] The article discusses recent advancements in ECMAScript regular expressions, including new features like dotAll mode, lookbehind assertions, named capture groups, Unicode property escapes, and set notation, along with proposals for further enhancements. | |
| | | | |
harelang.org
|
|
| | | [AI summary] The developer of the Hare programming language explains the design, implementation, and usage of its POSIX-compatible regular expression engine, detailing how it uses finite state automata and instruction-based virtual threads to ensure linear-time matching. | ||