Replace Text
Finds and replaces text.
Last updated
Finds and replaces text.
Last updated
This activity finds and replaces a specific text from the given 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.
Result: String Variable
Stores the modified text after replacement in the specified String variable.