What Does Public String Replaceallstring Replace Do #986
what does public String replaceAll(string replace) do?
This multiple choice question (MCQ) is related to the book/course gs gs128 Java. It can also be found in gs gs128 java-regular-expressions - Java Regular Expression - Quiz No.1.
what does public String replaceAll(string replace) do?
Replace all characters that matches pattern with a replacement string
Replace first subsequence that matches pattern with a replacement string
Replace all other than first subsequence of that matches pattern with a replacement string
Replace every subsequence of the input sequence that matches pattern with a replacement string