[string/Trimmer]
Removes whitespace from both ends of string
input.
Example:
" foo"@0 received via string
Keywords: remove, whitespace
Input ports
string: string
Receives string to be trimmed.
Example:
" foo"
Output ports
trimmed: string
Sends trimmed string.
Example
"foo"