Replace Text Step
Brief description
This step replaces the character/s from the input string variable with defined character/s and saves the result to the new or existing string data type variable (examples of use)
Step Information
Step name (Not required) – the custom name of the process step that labels the editor’s process step box
Input parameters
- Source text variable (Required)– existing variable name of string data type that contains the input value
- Text to find (Required)– existing variable name or value that contains the character/s or regular expression intended to be found in “Source text variable”
- Replace with (Required) - existing variable name or value that contains the character/s intended to replace the character/s found, defined in “Text to find”
- Ignore case (Required)– toggle button that defines is the function that searches the character/s from the “Source text variable”, case sensitive or not
- T (true)
- F (false- default value)
- Use regex (Required)– toggle button that defines is the “Text to find” value regular expression or not
- T (true)
- F (false- default value)
Output parameter
Replaced text destination variable (Required)– existing or new variable name of string data type that contains the resulting value