This link has been bookmarked by 14 people . It was first bookmarked on 21 Apr 2008, by alfred westerveld.
-
Paul BoschmannXRegExp is a JavaScript library that provides an augmented, cross-browser implementation of regular expressions, including support for additional modifiers and syntax. Several convenience methods and a powerful recursive-construct parser are also included.
-
Lindsay DonagheXRegExp is a JavaScript library that provides an augmented, cross-browser implementation of regular expressions, including support for additional modifiers and syntax. Several convenience methods and a powerful recursive-construct parser are also included.
-
Mark UrsinoJavaScript RegEx library
-
Mr. DiGiProvides an augmented, cross-browser implementation of regular expressions, including support for additional modifiers and syntax
-
- Added regex syntax:
- Comprehensive named capture support. (Included in ES4)
- Comment patterns:
(?# ). (Included in ES4) - Added regex modifiers (flags):
s(singleline), to make dot match all characters including newlines.x(extended), for free-spacing and comments. (Included in ES4)- Added awesome:
- Reduced cross-browser inconsistencies.
- Recursive-construct parser with regex delimiters.
- An easy way to cache and reuse regex objects.
- A method to escape regex metacharacters.
- A method to add modifiers to existing regex objects.
- Regex
callandapplymethods, which make generically working with functions and regexes easier.
Features
- Added regex syntax:
-
-
alfred westerveldXRegExp is a JavaScript library that provides an augmented, cross-browser implementation of regular expressions, including support for additional modifiers and syntax. Several convenience methods and a powerful recursive-construct parser are also included.
Would you like to comment?
Join Diigo for a free account, or sign in if you are already a member.