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 |
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. |