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



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

RPos

Find last occurrence of substring or character in a string

Declaration

Source position: line 0

function RPos(

  c: Char;

  const S: AnsiString

):Integer; overload;

function RPos(

  const Substr: AnsiString;

  const Source: AnsiString

):Integer; overload;

Description

RPos looks in S for the character C or the string SubStr. It starts looking at the end of the string, and searches towards the beginning of the string. If a match is found, it returns the position of the match.

See also

RPosEx

  

Find last occurrence substring or character in a string, starting at a certain position

Notes

 No notes exist for this page yet. 





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