You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

This function returns a text copy of s where each substring matching the given regular expression regexp has been replaced with the given replacement string.

Syntax
replaceAll(string s, string regexp, string replacement) #Output: Text
Examples
Parser expressionDescription
replaceAll(" Hello World ", "\\s", "")

This example returns a text : "HelloWorld"

Additional information

Parameters used in this function

ParameterInput (data type)Description
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
xxx

DATA TYPE

Parameter description.
Output

This function returns a TEXT