Team LiB
Previous Section Next Section

Summary

In this chapter, I provided detailed documentation and numerous examples for the Pattern and Matcher classes and their methods. I also discussed the new regex methods of the String class. You should now have a better sense of how some of these objects work and how they work together, and a point of reference when working these methods. In Chapter 3 you'll learn how to integrate these new tools, the regex language, and the Java language proper into a unified whole.


Team LiB
Previous Section Next Section