Question:Which of the following methods of the String class does not accept a regular expression as its parameter?
A search() B substring() C replace() D match()
+ AnswerB
+ Report