Previous: StrPos function To the Table of Content Next: StrScan function

- 4.61.2.51 -
Standard Units
Strings Unit
Strings Unit Procedures and Functions

StrRScan function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrRScan returns a pointer to the last occurrence of Chr in Str.

Declaration:
function StrRScan(Str: PWChar; Chr: Char): PWChar;
function StrRScan(Str: PChar; Chr: Char): PChar;


Remarks:
The StrRScan function returns a pointer to the first entry of Chr in Str from end of Str. If Chr is not found Str, StrRScan returns nil.


Previous: StrPos function To the Table of Content Next: StrScan function
StrPos function Table of Content StrScan function

- 4.61.2.51 -