Please recommend a good tutorial for Regular expressions?

I have several PERL programs that I need to translate in to JAVA for performance reasons. Those programs heavily use Regular Expressions. I have an excellent knowledge about PERL Regular Expressions but know very little about Java Regular Expressions.

So Can any one of you recommend me a good tutorial for Java Regular Expressions.

Thankx In Advance

LRMK

[380 byte] By [LRMK] at [2007-9-30 20:40:02]
# 1
http://java.sun.com/docs/books/tutorial/extra/regex/
tymer99 at 2007-7-7 1:29:10 > top of Java-index,Java Essentials,Java Programming...
# 2
Since you know regexs, the java.util.regex.Pattern class API is probably all you need, it pretty thoroughly documents Java's flavor, and the differences from PERL's flavor.
ChuckBing at 2007-7-7 1:29:10 > top of Java-index,Java Essentials,Java Programming...
# 3
I have one PDF book for the same.Kindly mail me on someone_genius@yahoo.com with the subject, EBook Request.Reg,Chetan
someone_genius at 2007-7-7 1:29:10 > top of Java-index,Java Essentials,Java Programming...
# 4
Hi,Take a look at: http://www.regular-expressions.info/and: http://java.sun.com/j2se/1.4.2/docs/api/java/util/regex/Pattern.html/Kaj
kajbj at 2007-7-7 1:29:10 > top of Java-index,Java Essentials,Java Programming...