Sunday, April 20th, 2008 •
Related •
Filed Under
If you haven't seen the prior versions, XRegExp is an MIT-licensed 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 regex delimiters are also included.
Here's what you get beyond the standard JavaScript regex features:
Added regex [...]
Read More
Sunday, November 11th, 2007 •
Related •
Filed Under
I've just updated my ColdFusion-inspired JavaScript Date Format script to version 1.0 1.1, and updated the documentation in the old post along with it. The new release includes "Z" (US timezone abbreviation) and "o" (UTC offset) flags as well as brevity enhancements from Scott Trenda, along with several other new features including a standalone dateFormat [...]
Read More
Saturday, November 10th, 2007 •
Related •
Filed Under
RegexPal (easily the most del.icio.used regex tester ) is now released under the Creative Commons Attribution-Share Alike 3.0 License GNU LGPL.
There are certainly many more features that can be added to the app and things that can be improved, so if you are interested in helping out or creating your own version, you are welcome [...]
Read More
Sunday, August 5th, 2007 •
Related •
Filed Under
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 regular expressions than the others currently available. Additionally, most other such tools [...]
Read More
Thursday, July 12th, 2007 •
Related •
Filed Under
When I released XRegExp 0.2 several days ago, I hadn't yet tested in Safari or Swift. When I remembered to do this shortly afterwards, I found that both of those WebKit-based browsers didn't like it and often crashed when trying to use it! This was obviously a Very Bad Thing, but due to major time [...]
Read More