Open Dev Kit Documentation :: General :: Text :: Regular Expression Replace
Root.Text.RegexReplace( Text String, Search String, Replace String ) StringReturns text with text that's been replaced by a regular expression
Parameters
- Text String
- The text being changed
- Search String
- The regular expression to search for
- Replace String
- The new text that replaces the old text (including any desired regular expression results)
Return Value
If you think anything is missing, please feel free to: submit documentation feedback on this page
