Explore >> Select a destination


You are here

mths.be
| | v8.dev
0.4 parsecs away

Travel
| | The new RegExp `v` flag enables `unicodeSets` mode, unlocking support for extended character classes, including Unicode properties of strings, set notation, and improved case-insensitive matching.
| | github.com
0.7 parsecs away

Travel
| | Proposal to add support for sequence properties in Unicode property escapes to ECMAScript regular expressions. - tc39/proposal-regexp-unicode-sequence-properties
| | mathiasbynens.be
0.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.
| | blog.alexdevero.com
17.6 parsecs away

Travel
| Learn all you need to get started with regular expressions in JavaScript. Learn how to create new regular expressions, how to use them, test them and more.