vl-string-left-trim


(vl-string-left-trim charset string)

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

Arguments

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

Return

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

Example

(vl-string-left-trim " ;#" ";; this is a comment")  returns "this is a comment"

Remarks




©  Bricsys NV. All rights reserved.