Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Page properties
hiddentrue



Status
Tech review

Status
titletodo

Style guide

Status
titletodo

Status
titletodo
Status
colourYellow
titleReady for review
Status
colourGreen
titledone
Status
colourRed
titleflagged



Page properties
hiddentrue


text copy of s where each substring matching the given regular expressionregexp has been replaced with the given replacement string.

Short description

Returns a

Status
subtletrue
titlestring
Output

Status
subtletrue
titletextstring

Available since




text copy of s where each substring matching the given regular expressionregexp has been replaced with the given replacement string.

UI Text Box
sizemedium
typeinfo

The This function returns a

Status
subtletrue
titlestring


Code Block
languagebash
titleSyntax
linenumberstrue
replaceAll(string s, string regexp, string replacement) #Output: StringText


UI Expand
titleExamples


Parser expressionDescription


Code Block
languagebash
linenumberstrue
replaceAll(" Hello World ", "\\s", "")
The function


This example returns a

Status
subtletrue
titlestring

text : "HelloWorld"



UI Expand
titleAdditional information

Parameters used in this function

ParameterInput (data type)Description
<parameter>
xxx

Status
subtletrue
titledata type

Parameter description.
xxx

Status
subtletrue
titledata type

Parameter description.
xxx

Status
subtletrue
titledata type

Parameter description.



UI Expand
titleOutput

The This function returns a

Status
subtletrue
titlestringtext