Next: rtrim, Up: String Functions [Contents][Index]
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.