Find and Replace

Finds and replaces text

This activity finds and replaces a user-specified text with another.

Input

  • 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

Output: String Variable Specifies the processed text stored in a string variable.

Last updated