[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Find last occurrence of a character in a null-terminated string.
Source position: syspchh.inc line 30
function strrscan( |
p: PChar; |
c: Char |
):PChar; |
p: PWideChar; |
c: WideChar |
):PWideChar; |
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. |
|
|
Find position of one null-terminated substring in another. |