Previous: 4.66.2.50. StrPos function To the Table of Contents Next: 4.66.2.52. StrScan function
4.66.2.50. StrPos function Table of Contents 4.66.2.52. StrScan function

- 4.66.2.51. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.51. StrRScan function


4.66.2.51. 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: 4.66.2.50. StrPos function To the Table of Contents Next: 4.66.2.52. StrScan function
4.66.2.50. StrPos function Table of Contents 4.66.2.52. StrScan function

- 4.66.2.51. -