(vl-string-left-trim characterset string)
Remove specified characters from the beginning of a string.
This function returns the string without the specified characters.
Example
Code | Returns |
---|---|
(vl-string-left-trim "My" "My Text") | "TEXT" |
Tell me about...
Programming Overview of LISP (LISt Processing) Language