© Copyright 2023, Astera Software
Name
RemoveChars
Applicable To (DataType)
String
Purpose
To remove the occurrences of a character specified in charsToRemove parameter.
Description
Removes all occurrences of any character specified in charsToRemove parameter.
Return Type
String
Syntax
str [System.String] – string to remove characters from
charsToRemove [System.String] – string containing characters to be removed. Any character found in the string will be removed from str.