This function determines if a given string contains ANY of the characters and returns the index of the character found or 0 if none are in the string
Namespace: HelperFunctions
Delphi |
function ContainsCharacters( const AString: String; const Characters: String ): Integer; |
Parameters
AString
Type: String
String to search for characters
Characters
Type: String
Strings of characters to look for
Type: Integer
Reference |