For want of a better place to announce it, I’ve just whipped together a small tutorial on Java’s Regex support (aimed at people already familure with regex in other languages or those learning in conjunction with a detailed regex tutorial). Essentially it’s a quick description of the Matcher class complete with examples.
http://tanksoftware.com/tutes/article-regexprimer.pdf
Java regex is as fast if not faster than other languages too - I wrote some code last year which parsed nine thousand letters (HTML) extracting the bodies into a file. It took only 2 minutes (and this was off a network drive too!) to complete.
Cheers,
Will.