The function returns a STRING 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: String
You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 2 Next »
The function returns a STRING 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: String
Parser expression | Description |
---|---|
replaceAll(" Hello World ", "\\s", "") | The function returns a STRING: |
Parameter | Input (data type) | Description |
---|---|---|
<parameter> | DATA TYPE | Parameter description. |
The function returns a STRING
Powered by Atlassian Confluence 8.5.16, themed by Refined 7.6.0 and Decadis AG