:sig
String trim(String raw)

:params
raw : string to be trimmed
return value : string with leading and trailing whitespace characters removed

:desc
Returns a string where leading an trailing whitespace characters have been trimmed off.

:see
>string

:related
**PHP:** `trim()`
**JavaScript / Node.js:** `String.prototype.trim()`
