Difference between revisions of "$upper"
From Scriptwiki
m |
|||
Line 11: | Line 11: | ||
== See Also == | == See Also == | ||
− | + | * [[$lower]] to return text in lowercase. | |
− | * | ||
[[Category:Text and Number Identifiers]] | [[Category:Text and Number Identifiers]] |
Latest revision as of 10: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.