Wednesday, November 7, 2007

Regular Expressions in Java

Regular Expressions are amongst the most appealing approach for
pattern matching. However un-optimized regular expression will double
your task and may take hours to match instead of seconds.

For details:
JAVA-Regular Expressions

No comments: