===== Upper (Function) =====
==== Format ====
**upper** ( [[stringexpressions|string_expression]] )
returns [[stringexpressions|string_expression]]
==== Description ====
Returns [[stringexpressions|string_expression]] with all alphabetic characters converted to upper case.
==== See Also ====
[[lower|Lower]]
==== Example ====
print upper("BlUe!")
will display
BLUE!
==== See Also ====
{{page>en:start#String Handling&noheader}}
==== History ====
|0.9.5e|New To Version|