Wednesday, December 3, 2008

Cool Regex Tool: strfriend

strfriend is an awesome tool for visualizing regular expressions.



I've noticed that regexes are a tragically underused resource among my fellow Java programmers. Regular Expressions are an incredible resource for dealing with text.

If you're interested in learning how to use regular expressions, I unconditionally recommend reading Mastering Regular Expressions by Jeffrey Friedl.

No comments: