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


3.5.63 string-upcase! - make a string be upper case

Usage: (string-upcase! str)
Change to upper case all the characters in an SCM string.

Arguments:
str - input/output string