Finds and replaces text
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
String Argument
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.
String Variable
Last updated 3 years ago