Explore >> Select a destination


You are here

joshua.hu
| | v8.dev
4.2 parsecs away

Travel
| | JavaScript regular expressions are getting some new functionality: lookbehind assertions.
| | paramdeo.com
2.9 parsecs away

Travel
| |
| | mathiasbynens.be
5.0 parsecs away

Travel
| | [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
21.6 parsecs away

Travel
| [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.