|
You are here |
mathiasbynens.be | ||
| | | | |
github.com
|
|
| | | | | Proposal to add Unicode property escapes `\p{...}` and `\P{...}` to regular expressions in ECMAScript. - tc39/proposal-regexp-unicode-property-escapes | |
| | | | |
github.com
|
|
| | | | | Proposal to add support for sequence properties in Unicode property escapes to ECMAScript regular expressions. - tc39/proposal-regexp-unicode-sequence-properties | |
| | | | |
mths.be
|
|
| | | | | ||
| | | | |
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 $... | ||