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


19.6.1 ltrim

The standard function ltrim provides the following interface:

fun ltrim = (string s, string cs = " \t") string: { … }

It returns a copy of the input string s with any leading character that also appears in cs removed.