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