Functions

replaceAll

Supported By

Syntax

[the] replaceAll of ( haystack , needle , noodle )

replaceAll ( haystack , needle , noodle )

Haystack, needle, and noodle yield strings.

Description

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.

See Also

replace, csReplaceAll, regReplaceAll