| |
tolower
Format:
tolower ( string ) |
Purpose:
Converts a string to lower case. The string parameter must be a string.
Return Values:
Returns the lower case string.
Example:
input: | resulting output:
|
<? tolower(" Hello World ")> | hello world |
<? tolower("GREAT SCOTT!")> | great scott! |
See Also:
toupper().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
Selected blog articles :
3D Objects on HTML pages,
CSS Transition Visibility, and
CSS Transition Display.
© 1996-2025 H.E.I. All Rights Reserved.
|