Replace Character
Replaces a character
This activity replaces the specified character from the input string with a new character.
Input
Text:
String ArgumentRequiredSpecifies the input string in which the character is to be replaced.Character:
String ArgumentRequiredSpecifies the character that has to be replaced separated by a space. E.g. "< & p".Replacement Character:
String ArgumentRequiredSpecifies the replacement character to be used.
Output
Result:
String VariableStores the modified text after character replacement in the specified String variable.
Last updated