Q17
Which method is used to replace text that matches a regular expression in Java?
A.
`replaceFirst()`
B.
`findAndReplace()`
C.
`replaceAll()`
AnswerD.
`replace()`
Answer: Option C
Solution
Answer: Option C
No explanation is given for this question Let's Discuss on Board