RAD Studio VCL Reference
|
Test if character is delimiter.
function IsDelimiter(const Delimiters: AnsiString; const S: AnsiString; Index: Integer): Boolean; overload;
Boolean IsDelimiter(const AnsiString Delimiters, const AnsiString S, int Index);
IsDelimiter returns true if the character at byte S[Index] matches any character in the Delimiters AnsiString, and the character is not an MBCS (Multi Byte Character String) lead or trail byte. S may contain multibyte characters. Delimiters must contain only single byte characters.
Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|