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
Sunday, July 8th, 2007 •
Related •
Filed Under
Update: This version of XRegExp is outdated. See XRegExp.com for the latest, greatest version.
JavaScript's regular expression flavor doesn't support named capture. Well, says who? XRegExp 0.2 brings named capture support, along with several other new features. But first of all, if you haven't seen the previous version, make sure to check out my post on [...]
Read More