-
What is the significance of Matcher class for regular expression in java?
-
- Performs match in the string
- interpreted both pattern and performs match operations in the string
- interpretes pattern in the string
- All of above
- None of these
Correct Option: D
macther() method is invoked using matcher object which interpretes pattern and performs match operations in the input string.