What is the significance of Matcher class for regular expression in java?
Posted: Wed Jul 13, 2022 7:50 pm
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.
b) Performs match in the string
c) interpreted both pattern and performs match operations in the string
d) None of the mentioned.