Indy 9
|
function FindFirstNotOf(AFind: String; AText: String): Integer;
When AFind is an empty string, the return value is set to 1.
When AText is an empty string, the return value is set to 0.
FindFirstNotOf examines the characters at each position in AText, starting at 1, and continues until the length of AText or until the character occurs in AFind.