Documentation

The Java™ Tutorials
Hide TOC
Additional Resources额外资源
Trail: Essential Java Classes
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, Matcher, and PatternSyntaxException.现在您已经完成了关于正则表达式的这一课,您可能会发现您的主要参考将是以下类的API文档:PatternMatcherPatternSyntaxException

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.为了更精确地描述正则表达式构造的行为,我们建议阅读Jeffrey E.F.Friedl的《掌握正则表达式》一书。


Previous page: Unicode Support
Next page: Questions and Exercises: Regular Expressions