Page 1 of 1

what does public String replaceAll(string replace) do?

Posted: Wed Jul 13, 2022 7:50 pm
by answerhappygod
a) Replace all characters that matches pattern with a replacement string
b) Replace first subsequence that matches pattern with a replacement string
c) Replace all other than first subsequence of that matches pattern with a replacement string
d) Replace every subsequence of the input sequence that matches pattern with a replacement string