This method removes whitespace characters from the beginning and end of the string and returns the result.
Returns the string with whitespace characters removed from the beginning and end.
local s = " Hello! " Print('"' .. Trim(s) .. '"')