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.
replaceAll(string s, string regexp, string replacement) #Output: Text
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.
replaceAll(string s, string regexp, string replacement) #Output: Text
Parser expression | Description |
---|---|
replaceAll(" Hello World ", "\\s", "") | This example returns a text : |
Parameter | Input (data type) | Description |
---|---|---|
xxx | DATA TYPE | Parameter description. |
xxx | DATA TYPE | Parameter description. |
xxx | DATA TYPE | Parameter description. |
This function returns a TEXT
Powered by Atlassian Confluence 8.5.16, themed by Refined 7.6.0 and Decadis AG