Which of the following statements is false?

Class Matcher provides methods find, lookingAt, replaceFirst and replaceAll.
b. Method matches (from class String, Pattern or Matcher) will return true only if the entire search object matches the regular expression.
c. Methods find and lookingAt (from class Matcher) will return true if a portion of the search object matches the regular expression.
d. All of the above.

d. All of the above.

Computer Science & Information Technology

You might also like to view...

The ________ error code results when a number or calculation is divided by zero

Fill in the blank(s) with correct word

Computer Science & Information Technology

In C++, the dot operator has a lower precedence than the dereferencing operator.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology