$upper: Difference between revisions

From Scriptwiki
Jump to navigation Jump to search
No edit summary
 
mNo edit summary
 
Line 11: Line 11:


== See Also ==
== See Also ==
 
* [[$lower]] to return text in lowercase.
* The opposite identifier is [[$lower]]


[[Category:Text and Number Identifiers]]
[[Category:Text and Number Identifiers]]

Latest revision as of 09:08, 2 July 2007

Returns given text in uppercase.

$upper(text)

$upper forces its parameter to uppercase characters.

Example

$upper(foo)  ;returns FOO
$lower(bAr)  ;returns bar

See Also

  • $lower to return text in lowercase.