Documentation

Replace - Open Dev Kit Documentation

Open Dev Kit Documentation :: General :: Text :: Replace

Root.Text.Replace(
  Text String,
  Search String,
  Replace String,
  Case Sensitive Boolean
) String
Returns text with text that's been replaced by other text

Parameters

Text String
The text being searched
Search String
The text to search for
Replace String
The new text that replaces the old text
Case Sensitive Boolean
Should the search be case-sensitive

Return Value

String

If you think anything is missing, please feel free to: submit documentation feedback on this page