STRING-LEFT-TRIM
================
syntax: (string-left-trim <characters> <string>)
This function produces a copy of the string, in
which all characters are stripped off the
beginning.
example: >(string-left-trim "ac" "aabbcc")
"bbcc"