This wiki is out of date, use the continuation of this wiki instead

Ucase

From FenixWiki

Revision as of 17:09, 31 August 2007 by Sandman (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search


Definition

STRING ucase ( <STRING str> )

Returns a string identical to a certain string, with the exception that all lowercase characters are replaced by their uppercase counterparts.

Parameters

STRING str - The string in "normal"-form.

Returns

STRING : The string in "uppercase"-form.

Personal tools