|
<< Click to Display Table of Contents >> Navigation: 3. Script Language > String commands > !STR.- String Command > String Replace Commands |
String Replace Commands provide text substitution and search-and-replace functionality.
Find and replace textMultiple replacementsCase-sensitive optionsPattern-based replacement
Quick Example
; Replace text
STR.Replace|Text|old|new|Result
; Replace all occurrences
STR.Rep|Text|a|@|Result
See Also