Next: string-tr! - convert characters, Previous: string->camelcase - make a string be CamelCase, Up: Common Scheme Functions [Contents][Index]
Usage: (string-tr source match translation) This is identical to string-tr!, except that it does not over-write the previous value.
string-tr!
Arguments: source - string to transform match - characters to be converted translation - conversion list