trim
text trim(text)
Returns the
text
with leading and trailing whitespace omitted.
Parameters
text
— text to be trimmed of whitespaces.
Returns
the
text
with leading and trailing whitespace removed.