XRegExp Regular Expression Library for JavaScript
Posted
by Jan Goyvaerts
on Regular-Expressions.info
See other posts from Regular-Expressions.info
or by Jan Goyvaerts
Published on Tue, 22 Oct 2013 05:02:31 +0000
Indexed on
2013/10/22
9:56 UTC
Read the original article
Hit count: 235
Regex Libraries
XRegExp is an open source JavaScript library. It extends JavaScript’s regex syntax with features such as free-spacing, named capture, mode modifiers, and Unicode categories, blocks, and scripts. It also provides its own test(), exec(), forEach(), replace(), and split() methods that eliminate most cross-browser inconstencies and bugs. Anyone using non-trivial regexes in their JavaScript code should seriously consider using XRegExp.
Last month’s update of the Regular-Expressions.info website added full coverage of XRegExp to the regex tutorial and regex reference sections. But the tools & languages section was missing the XRegExp page, resulting in broken links in the tutorial and reference sections. This page has now been added.
© Regular-Expressions.info or respective owner