Open Dev Kit Documentation :: General :: Text :: Replace
Root.Text.Replace( Text String, Search String, Replace String, Case Sensitive Boolean ) StringReturns 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
If you think anything is missing, please feel free to: submit documentation feedback on this page
