/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

blog.stevenlevithan.com
| | dlang.org
3.2 parsecs away

Travel
| | D Programming Language
| | exploringjs.com
4.4 parsecs away

Travel
| |
| | www.bennadel.com
4.0 parsecs away

Travel
| | Ben Nadel's web development blog on ColdFusion, jQuery, HTML5, AJAX, SQL, and all aspects of web application development.
| | blog.stevenlevithan.com
13.9 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 $...