Returns a string where all whitespace characters have been removed from the beginning and the end.
trim()
A string with leading and trailing whitespace removed.
" hello \n".trim()
"hello"