Replace Text
Finds and replaces text.
This activity finds and replaces a specific text from the given input.
Input
Text :
String Argument
Input the text.Find:
String Argument
Input the text to find from the specified input.Replace:
String Argument
Input the text for replacing the specified text.
Output
Result:
String Variable
Stores the modified text after replacement in the specified String variable.
Last updated