Friday, August 10th, 2007
RegexPal: Now with colours
<>p>If you needed more web regular expression options, this is your lucky Friday. RegexPal does the job, and changes colour on the fly as it mixes and matches.Related Content:





Friday, August 10th, 2007
Category: Utility
Posted by Dion Almaer at 6:30 am
10 Comments





Caching and dynamic views
My client does not want to change his cache settings on IE and I'm trying to figure out a way to dynamically update a view each time it is visited. I...
IE 8 Crashing Problem
Hello Everyone,
Here\'s the situation:
two iSeries boxes - Dev and Prod both V5R4M0
We\'re using AJAX to dynamically load content using a tabbed...
JQuery Function Not Defined?
[div]Hi there,[/div]
[div][/div]
[div]I\'m trying to set a php session variable from a radio button. The idea is that a jquery function is called...
In Episode 25, we chat about IE 8, standards, Acid3, server side JavaScript, and more.
Who are the ajaxians? Find out.
Please contact us at . We would love to hear about any news that we could put up here.
We have individual blogs too:

cool, it’s especially useful if you’re doing a bit of development on a system other than your own (thinking of the cases where you can’t install stuff)
I’ll better stick with http://www.rexv.org/
Great tool!
Looks quite good. For anyone that hasn’t come across it, I reckon Expresso rules in the installable regex utils category:
http://www.ultrapico.com/Expresso.htm
I thought we have firebug for such things : )
Cool!
Take a look at http://www.regexp.com.br
There is this one too:
http://www.regextester.com/
I looked through the comments at all of the other options and I gotta say that you guys are nuts if you think those are better than this one.
The instant highlighting is a huge timesaver, espcially when it comes to finding that mispaced slash or unescaped period. In terms of pure aesthetics, regexpal wins. I’ve bookmarked it and will definitely use it as needed.
@Steven Levithan
It actually does : )
http://www.flickr.com/photo_zoom.gne?id=1115297888&size=l
@kangax
Try /(.)+/.exec(“xxx”); for something even more exciting than a Boolean. :-)