toupper
Format:
toupper ( string ) |
Purpose:
Converts a string to upper case. The string parameter must be a string.
Return Values:
Returns the upper case string.
Example:
input: | resulting output:
|
<? toupper("Hello World")> | HELLO WORLD |
<? toupper("GREAT SCOTT!")> | GREAT SCOTT! |
See Also:
tolower().
This page was dynamically generated by the
web application development tool RADpage
of H.E.I.
See "Was ist AJAX? "
(in German). In Germany H.E.I. provides Webdesign in Mannheim and
Web Programming (Programmierung).
© 1996-2025 H.E.I. All Rights Reserved.
|