Previous: 4.66.2.51. StrRScan function To the Table of Contents Next: 4.66.2.53. StrToInt function
4.66.2.51. StrRScan function Table of Contents 4.66.2.53. StrToInt function

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


4.66.2.52. StrScan function

Targets: MS-DOS, OS/2, Win32


Strings Unit

StrScan returns a pointer to first occurrence of a specified character in a null-terminated string.

Declaration:
function StrScan(Str: PWChar; Chr: WChar): PWChar;
function StrScan(Str: PChar; Chr: Char): PChar;
Remarks:
If Chr does not found in Str, StrScan returns nil.


Previous: 4.66.2.51. StrRScan function To the Table of Contents Next: 4.66.2.53. StrToInt function
4.66.2.51. StrRScan function Table of Contents 4.66.2.53. StrToInt function

- 4.66.2.52. -