Previous: 4.66.2.28. LastDelimiter function To the Table of Contents Next: 4.66.2.30. QuotedStr function
4.66.2.28. LastDelimiter function Table of Contents 4.66.2.30. QuotedStr function

- 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'.


Previous: 4.66.2.28. LastDelimiter function To the Table of Contents Next: 4.66.2.30. QuotedStr function
4.66.2.28. LastDelimiter function Table of Contents 4.66.2.30. QuotedStr function

- 4.66.2.29. -