Tuesday, May 12, 2009

Explore Regex

I've been playing around with the Google Web Toolkit, and it looks very interesting. As a small project I created a Regular Expression testing web site (see http://exploreregex.appspot.com/). This uses a simple regular expression highlighting service that you post sample data and a regex, and it returns HTML formatted data indicating the matched expressions. This all works asynchronously, which the GWT makes easy...


Next will be to add in some of the AppEngine features...

1 comment:

Joost Funke Kupper said...

That's really neat :-) Have to look into that technology when I get a chance