Filters out all characters in the Characters string from the AString parameter. The function returns true if any characters were removed from AString
Namespace: HelperFunctions
Delphi |
function StringFilter( AString: String; Characters: String; var OutS: String ): Boolean; overload; |
Parameters
AString
Type: String
Characters
Type: String
OutS
Type: String
Type: Boolean
Reference |