站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Tutorial 5.0 英文版

Additional Resources - Java Tutorial 5.0 英文版

The JavaTM Tutorial
Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Trail: Bonus
Lesson: Regular Expressions

Additional Resources

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 (in the API reference documentation), Matcher (in the API reference documentation), and PatternSyntaxException (in the API reference documentation).

For a more precise description of the behavior of regular expression constructs, we recommend reading the book Mastering Regular Expressions (outside of the tutorial), by Jeffrey E. F. Friedl.


Previous Page Lesson Contents Next Page Start of Tutorial > Start of Trail > Start of Lesson Search
Feedback Form

Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.