[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Check whether a given string is a delimiter character.
Source position: sysstrh.inc line 167
function IsDelimiter( |
const Delimiters: String; |
const S: String; |
Index: Integer |
):Boolean; |
IsDelimiterchecks whether the Index-th character in the string Sis a delimiter character as passed in Delimiters. If Indexis out of range, Falseis returned.
None.
|
Return the last occurrence of a set of delimiters in a string. |