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



[Overview][Procedures and functions] Reference for unit 'strings' (#rtl)

strrscan

Find last occurrence of a character in a null-terminated string.

Declaration

Source position: strings.pp line 67

function strrscan(

  p: pchar;

  c: Char

):pchar;

Description

Returns a pointer to the last occurrence of the character C in the null-terminated string P. If C does not occur, returns Nil.

For an example, see StrScan.

Errors

None.

See also

StrScan

  

Find first occurrence of a character in a null-terminated string.

StrPos

  

Search for a null-terminated substring in a null-terminated string

Notes

 No notes exist for this page yet. 





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