Difference between revisions of "$upper"

From Scriptwiki
Jump to: navigation, search
 
m
 
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 11: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.