STRING-UPCASE
=============
syntax: (string-upcase <string>
[:start <start> :end <end>])
This function returns the string with uppercase
characters. Optionally a start- and end-position
can be set.
example: >(string-upcase "string")
"STRING"