XRegExp: An Extended JavaScript Regex Constructor
Wednesday, May 30th, 2007 • Related • Filed Under
Update: This version of XRegExp is outdated. See XRegExp 0.5 for the latest, greatest version.
I use regular expressions in JavaScript fairly frequently, and although the exec() method is badass and I love the ability to use a function to generate the replacement in the replace() method, JavaScript regexes lack some very significant features available in [...]
