java.util.regex.Pattern

Hi allCan any one Explain me the use of java.util.regex.Pattern and Matcher.Tks In AdvanceRegardsReddy
[137 byte] By [sgnana81a] at [2007-10-3 4:53:49]
# 1
http://java.sun.com/docs/books/tutorial/essential/regex/
sabre150a at 2007-7-14 22:58:41 > top of Java-index,Java Essentials,Java Programming...
# 2
Pattern API: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.htmlMatcher API: http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Matcher.htmlDescent example of usage: http://javaalmanac.com/egs/java.util.regex/pkg.htmlHope this helps.
born2snipea at 2007-7-14 22:58:41 > top of Java-index,Java Essentials,Java Programming...
# 3
http://www.regular-expressions.info/tutorial.html http://www.regular-expressions.info/java.html
uncle_alicea at 2007-7-14 22:58:41 > top of Java-index,Java Essentials,Java Programming...