Monday, July 19, 2010

myregexpr - regular expression just got easier

I am working on parsing a large set of linked data. It is tricky as you end up trying to find the right regex pattern to fit them all - sounds impossible!? Well, we'll see about that :)

Anyway, I would like to point you to a great tool that comes as a Java applet and as an Eclipse plug-in

http://myregexp.com/eclipsePlugin.html

It allows you to specify a regex pattern and enter a sample text that highlights the matched sections - cool!


Well, back to parsing now...