Module btrim

Module btrim 

Source

Structs§

BTrimFunc

Functions§

btrim 🔒
Returns the longest string with leading and trailing characters removed. If the characters are not specified, whitespace is removed. btrim(‘xyxtrimyyx’, ‘xyz’) = ‘trim’