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