mqscript_replace
Replace specified text patterns within strings during mobile automation scripting, enabling dynamic content modification in UI interactions and script execution.
Instructions
Replace occurrences of substring with new text
Input Schema
Name | Required | Description | Default |
---|---|---|---|
count | No | Number of replacements (optional, -1 for all) | |
replaceText | Yes | Replacement text | |
resultVariable | No | Variable name to store result | result |
searchText | Yes | Text to search for | |
text | Yes | Source string |