Required function: String replaceAll(String s, String regex, String replacement)
Description:
Replaces each substring of this string that matches the given regular expression with the given replacement.
Function: replaceAll()
Moderator: Martin
-
- Posts: 53
- Joined: 17 Mar 2013 16:08
Re: Function: replaceAll()
A very powerfull function. Would be good to have.