Pascal Scripting: Lowercase

Prototype:

function Lowercase(S: String): String;

Description:

Returns a copy of the string S, but with all 7-bit ASCII characters between 'A' and 'Z' converted to lowercase. To convert 8-bit international characters, use AnsiLowercase instead.