Next: strchr, Previous: ltrim, Up: String Functions [Contents][Index]
rtrim
The standard function rtrim
provides the following interface:
fun rtrim = (string s, string cs = " \t") string: { … }
It returns a copy of the input string s
with any trailing
character that also appears in cs removed.