I want to replace first occurrence of String in the following.
String test = \"see Comments, this is for some test, help us\"
**If test c
You can use replaceFirst(String regex, String replacement) method of String.