Function StrRScan (P : PChar; C : Char) : PChar;
Returns a pointer to the last occurrence of the character C in the null-terminated string P. If C does not occur, returns Nil.
None.
Pos (), StrScan, StrPos
For an example, see StrScan.