Vidyalelo
Java Programming · Q33

Java Regular Expressions

Programming · Java Programming · question 33

Q33

What is the significance of Matcher class for regular expression in java?

A.
interpretes pattern in the string
B.
Performs match in the string
C.
interpreted both pattern and performs match operations in the string
Answer
D.
None of the mentioned.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board