|
You are here |
github.com | ||
| | | | |
www.regular-expressions.info
|
|
| | | | | [AI summary] This is a comprehensive guide to Unicode and regular expressions, covering topics such as Unicode normalization, encoding issues, and the syntax for matching Unicode blocks and properties in various regex engines. | |
| | | | |
2ality.com
|
|
| | | | | In this blog post, we look at the ECMAScript proposal "RegExp v flag with set notation + properties of strings" by Markus Scherer and Mathias Bynens. | |
| | | | |
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. | |
| | | | |
blog.stevenlevithan.com
|
|
| | | Unlike lookaheads, JavaScript doesn't support regex lookbehind syntax. That's unfortunate, but I'm not content with just resigning to that fact. Following are three ways I've come up with to mimic lookbehinds in JavaScript. For those not familar with the concept of lookbehinds, they are zero-width assertions which, like the more specific \b, ^, and $... | ||