Open Source JavaScript Regular Expression Library

Posted in Computers, Web Development
Tagged with

XRegExp is an open source (MIT license) JavaScript library that provides an augmented, extensible, cross-browser implementation of regular expressions, including support for additional syntax, flags, and methods.

XRegExp adds new regex and replacement text syntax, including comprehensive support for named capture. It also provides a suite of 12 functions and methods that make complex regex processing a breeze. And it lets you easily create and use plugins that add new syntax and flags to XRegExp’s regular expression language.

XRegExp is fully compliant with the regular expression flavor specified in ECMA-262 Edition 3 (ES3), and has been tested with Internet Explorer 5.5–8, Firefox 2–3, Safari 3–4, Chrome 1–2, and Opera 9. XRegExp uses feature detection—no browser sniffing.

1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 3.67 out of 5)
Loading ... Loading ...

One Comment

Nilesh Manohar & Erzsebet Marothi » Open Source JavaScript Regular … | Open Hacking  on June 30th, 2009

[...] is the original:  Nilesh Manohar & Erzsebet Marothi » Open Source JavaScript Regular … This entry was posted on Tuesday, June 30th, 2009 at 9:35 am and is filed under Linux, Software, [...]

Leave a Comment