Examveda

Which method is used to find the next subsequence that matches the pattern in a regular expression in Java?

A. `contains()`

B. `search()`

C. `find()`

D. `match()`

Answer: Option C


This Question Belongs to Java Program >> Regular Expressions In Java

Join The Discussion

Related Questions on Regular Expressions in Java