Module rtrim

Module rtrim 

Source

Structs§

RtrimFunc

Functions§

rtrim 🔒
Returns the longest string with trailing characters removed. If the characters are not specified, whitespace is removed. rtrim(‘testxxzx’, ‘xyz’) = ‘test’