Filters out all characters in the Characters string from the AString parameter. The function returns the new string.
Namespace: HelperFunctions
Delphi |
function StringFilter( AString: String; Characters: String ): String; overload; |
Parameters
AString
Type: String
Characters
Type: String
Type: String
Reference |