Difference between revisions of "Manual:DIL Manual/tolower()"
Jump to navigation
Jump to search
(XML import) |
(XML import) |
||
| Line 1: | Line 1: | ||
| + | <span id="bftolower"></span> | ||
| + | '''Function:''' <i><!--CODE-->string tolower ( s : string );</i><!--ENDCODE--> | ||
| + | <!--TERM--> '''s''' | ||
| + | <!--DEFINITION--> String to lower case | ||
| + | <!--TERM--> '''return''' | ||
| + | <!--DEFINITION--> the string passed in lower cased | ||
| + | |||
| + | This function returns a copy of the string passed in but with out capitals. | ||
| + | '''Example:''' <i><!--CODE-->"hello!" := tolower("HELLO!");</i><!--ENDCODE--> | ||
<span id="bftolower"></span> | <span id="bftolower"></span> | ||
Latest revision as of 22:33, 4 December 2025
Function: string tolower ( s : string );
s
String to lower case
return
the string passed in lower cased
This function returns a copy of the string passed in but with out capitals.
Example: "hello!" := tolower("HELLO!");
Function: string tolower ( s : string );
s
String to lower case
return
the string passed in lower cased
This function returns a copy of the string passed in but with out capitals.
Example: "hello!" := tolower("HELLO!");