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


3.5.59 string->camelcase - make a string be CamelCase

Usage: (string->camelcase str)
Capitalize the first letter of each block of letters and numbers, and stripping out characters that are not alphanumerics. For example, "alpha-beta0gamma" becomes "AlphaBeta0gamma".

Arguments:
str - input/output string