go to home page   go to next page

created: 03/25/2010, revised 08/17/2016


CHAPTER 11 — Java Pattern and Matcher Classes

This chapter discusses the Pattern class and the Matcher class from the java.util.regex package.

Chapter Topics:

These classes contain the regular expression matching engine of the Java regex package, and are the fundamental classes used to implement the regular expression capabilities of the String and Scanner classes.


QUESTION 1:

Which of the above classes do you expect represents a regular expression?