Remove whitespace and tabs at the beginning and end of the string.
Example:
assert (Strings.trimSpace (" hello ") == "hello");
| str |
string to be trimmed |
|
string after trimming. If str is null, returns empty string. |