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


11.5.2 rtrim

The standard function rtrim provides the following interface:

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

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