Find last occurrence of a character in a null-terminated string.
Source position: strings.pp line 77
function strrscan( |
p: PAnsiChar; |
c: AnsiChar |
):PAnsiChar; |
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.
None.
|
Find first occurrence of a character in a null-terminated string. |
|
|
Search for a null-terminated substring in a null-terminated string. |