Replaces a character
This activity replaces the specified character from the input string with a new character.
Text: String Argument Required Specifies the input string in which the character is to be replaced.
String Argument
Required
Character: String Argument Required Specifies the character that has to be replaced separated by a space. E.g. "< & p".
Replacement Character: String Argument Required Specifies the replacement character to be used.
Result: String Variable Stores the modified text after character replacement in the specified String variable.
String Variable
Last updated 3 years ago