vl-string-right-trim


(vl-string-right-trim charset string)

This function removes all characters contained in charset from the end of the string.

Arguments

charset  (string) a string containing all characters to be removed
string  (string) the string to be trimmed at the right side

Return

(string) the input string, trimmed for all trailing characters as specified in charset

Example

(vl-string-right-trim " ;/" ";; this is a comment ;; / ")  ";; this is a comment"

Remarks




©  Bricsys NV. All rights reserved.