Browse by Tags

XRegExp 0.5: JavaScript regex library
XRegExp 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 new, powerful recursive-construct parser that uses Read More...
RegexPal: Web-Based Regex Testing Reinvented
Yes I know, there are many other JavaScript regex testers available. Why did I create yet another? RegexPal brings several new things to the table for such web-based apps, and in my (biased) opinion it's easier to use and more helpful towards learning Read More...
Posted 06 August 07 03:10 by Stevezilla00 | 0 Comments   
Filed under
Mimicking Conditionals
Excited by the fact that I can mimic atomic groups when using most regex libraries which don't support them, I set my sights on another of my most wanted features which is commonly lacking: conditionals (which provide an if-then-else construct). Of Read More...
XRegExp: An Extended JavaScript Regex Constructor
I have recently written an extended JavaScript regular expression constructor which I’ve called XRegExp. This script is very small (the minified version weighs in at 937 bytes), and it adds support for two simple but powerful additional flags beyond Read More...
Posted 30 May 07 08:19 by Stevezilla00 | 0 Comments   
Filed under