Q11
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()`
AnswerD.
`match()`
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board