pub fn trim(text: string) -> string
Trim string.
Return string with leading and trailing whitespace removed. Whitespace is defined according to the terms of the Unicode Derived Core Property White_Space, which includes newlines.
White_Space