14 lines
352 B
Plaintext

<h3>{function} function</h3>
Converts a string to lower case letters.
<p><h4>Syntax</h4>
lower(<i>args</i>)</p>
<p><h4>Arguments</h4>
<!-- List args for functions here-->
<i> string</i> -> is string. The String to convert to lower case.</p>
<p><h4>Example</h4>
<!-- Show example of function.-->
lower('HELLO World') -> 'hello world'</p>