Find and Replace
Finds and replaces text
Last updated
Finds and replaces text
Last updated
This activity finds and replaces a user-specified text with another.
Find: String Argument
Specifies the text that is to be found from the user-specified text input
Ignore case: Specifies whether to ignore case when finding the input
Input: String Argument
Specifies the input text on which the find and replace text operation is to be applied.
Replace: String Argument
Specifies the text that is to be used as replacement.
Output: String Variable
Specifies the processed text stored in a string variable.