Extended regular expression support for JavaScript
Published July 9th, 2007XRegExp is an interesting attempt to add some extra features to regular expressions in JavaScript. I particularly like the ‘named capture’ feature (which I only recently encountered in .Net), which returns matches in named groups.
Leave a comment
Comment Policy: First time comments are moderated. Please be patient.