Next: , Up: String Functions   [Contents][Index]


11.5.1 ltrim

The standard function ltrim provides the following interface:

defun ltrim = (string s) string: { … }

It returns a copy of the input string s with any leading whitespace removed.