Vidyalelo
Java Programming · Q11

Java Regular Expressions

Programming · Java Programming · question 11

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()`
Answer
D.
`match()`

Answer: Option C

Solution

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