Remove Specified Characters From String

Removes the appearance of one or more characters from a string.

 

Input Arguments

 

0

String

Characters to remove

A string of individual characters to remove.

1

String

String to process

The string to search for the characters to remove.

2

String

Resultant String

The “string to process” after the “characters to remove” have been stripped out.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

This command always succeeds.

 

Remarks

None.