Search and replace text in strings
- Last UpdatedJul 23, 2024
- 1 minute read
For languages that use single-byte character sets (such as English) you can use the StringInString() and StringReplace() functions in a script to perform limited search and replace functionality on message tags.
|
Use |
To |
|---|---|
|
StringInString() |
Search for a certain string in another string and return the result as a position. |
|
StringReplace() |
Replace certain characters or words with other characters or words in a specified string and return the result as a new string. |