Next: string-capitalize! - capitalize a string, Previous: sprintf - format a string, Up: Common Scheme Functions [Contents][Index]
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