- This wiki is out of date, use the continuation of this wiki instead
Lcase
From FenixWiki
(Difference between revisions)
Sandman (Talk | contribs)
(New page: Category:functions Category:strings ==Definition== '''STRING''' lcase ( <'''STRING''' str> ) Returns a string identical to a certain string, with the exception that all upper...)
Next diff →
Revision as of 17:08, 31 August 2007
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.