From Clomosy Docs

Revision as of 10:50, 24 December 2024 by ClomosyAdmin (talk | contribs)

Creates a copy of string with all letters converted to lower case.

Example

var
   SimpleString : String;
 
 {
   SimpleString = LowerCase('I am learning CLOMOSY.');
   ShowMessage(SimpleString);
 }

Output:

See Also