/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

mathiasbynens.be
| | github.com
0.9 parsecs away

Travel
| | Proposal to add Unicode property escapes `\p{...}` and `\P{...}` to regular expressions in ECMAScript. - tc39/proposal-regexp-unicode-property-escapes
| | 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
| | mths.be
0.0 parsecs away

Travel
| |
| | blog.stevenlevithan.com
7.4 parsecs away

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