Next: , Previous: , Up: Common Scheme Functions   [Contents][Index]


3.5.62 string-upcase - upper case a new string

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