the
replaceAll
of
(
haystack ,
needle ,
noodle )
replaceAll
(
haystack ,
needle ,
noodle )
Haystack, needle, and noodle yield string
s.
The replaceAll
function returns the string haystack with every occurrence of the string needle replaced with the string noodle.
Needle is case-insensitive. For a case-sensitive version of this function, see csReplaceAll
. For a regular expression-based version of this function, see regReplaceAll
.