Lcase

From Bennu Wiki
Revision as of 03:05, 2 October 2008 by Sandman (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Definition

STRING lcase ( <STRING str> )

Returns a string identical to a certain string, with the exception that all uppercase characters are replaced by their lowercase counterparts.

Parameters

STRING str - The string in "normal"-form.

Returns

STRING : The string in "lowercase"-form.


Strings Functions
Asc()Atof()Atoi()Chr()Find()Format()Ftoa()Itoa()Lcase()Len()Lpad()Rpad()Strcasecmp()Strlen()Strrev()Substr()Trim()Ucase()