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
D. None of the mentioned.
Answer: Option C
Join The Discussion