- 4.61.2.29 -
Standard Units
Strings Unit
Strings Unit Procedures and FunctionsLowerCase 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'.
|
|
|
LastDelimiter function |
Table of Content |
QuotedStr function |
- 4.61.2.29 -