Page 1 of 1

Function: replaceAll()

Posted: 02 May 2013 09:31
by Rm.
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.

Re: Function: replaceAll()

Posted: 02 May 2013 21:15
by LightTempler
A very powerfull function. Would be good to have.