(vl-string-right-trim characterset string)


Remove specified characters from the end of a string.


This function returns the string without the specified characters.

Example

Code Returns
(vl-string-right-trim "Text" "My Text") "MY"

 

Tell me about...

LISP Compatibility

Programming Overview of LISP (LISt Processing) Language