Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Now that you've completed this lesson on regular expressions, you'll probably find that your main references will be the API documentation for the following classes:Pattern
,Matcher
, andPatternSyntaxException
.For a more precise description of the behavior of regular expression constructs, we recommend reading the book Mastering Regular Expressions, by Jeffrey E. F. Friedl.
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.