Remove Character
Removes character(s) from the given string.
Last updated
Removes character(s) from the given string.
Last updated
This activity removes the user-specified characters from the given input string.
Text : Specifies the input string from which the specified character is to be removed.
Character: Specifies the characters that have to be removed separated by a space. Eg: "<&p".
Output: Stores the resultant text after character removal in the specified variable.