The Wayback Machine - https://web.archive.org/web/20141230011223/http://www.2ality.com/search/label/regexp
Showing posts with label regexp. Show all posts
Showing posts with label regexp. Show all posts

2013-08-08

The flag /g of JavaScript’s regular expressions

This blog post describes when and how to use regular expressions whose flag /g is set and what can go wrong.
(If you want to read a more general introduction to regular expressions, consult [1].)

2012-09-07

The empty regular expression

This blog post takes a look at the empty regular expression.

2011-04-01

JavaScript: an overview of the regular expression API

Updates: This post gives an overview of the JavaScript API for regular expressions. It does not, however, go into details about regular expression syntax, so you should already be familiar with it.