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


3.5.33 string-capitalize - capitalize a new string

Usage: (string-capitalize str)
Create a new SCM string containing the same text as the original, only all the first letter of each word is upper cased and all other letters are made lower case.

Arguments:
str - input string