Next: SCM string-tr, Previous: SCM string->c-name!, Up: Common Functions [Contents][Index]
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