Next: string-upcase! - make a string be upper case, Previous: string-tr! - convert characters, Up: Common Scheme Functions [Contents][Index]
Usage: (string-upcase str) Create a new SCM string containing the same text as the original, only all the lower case letters are changed to upper case.
Arguments: str - input string