- 4.66.2.29. -
Table of Contents
4. Standard Units
4.66. Strings - Large string manipulation unit
4.66.2. Strings Unit Procedures and Functions
4.66.2.29. LowerCase function
4.66.2.29. LowerCase function
Targets: MS-DOS, OS/2, Win32
Strings Unit
Converts an ASCII string to lowercase.
Declaration:
function LowerCase(Str: String): String;
Remarks:
LowerCase returns a string with the same text as the string
passed in Str, but with all letters converted to lowercase.
The conversion affects only 7-bit ASCII characters between 'A' and 'Z'.
- 4.66.2.29. -