help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'sysutils' (#rtl)

IsDelimiter

Check whether a given string is a delimiter character.

Declaration

Source position: sysstrh.inc line 205

function IsDelimiter(

  const Delimiters: String;

  const S: String;

  Index: Integer

):Boolean;

Description

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.

Errors

None.

See also

LastDelimiter

  

Return the last occurrence of a set of delimiters in a string.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505