trim
Function
trim — strip leading and trailing whitespace
Synopsis
trim(s: string) -> string
Description
The trim function converts stips all leading and trailing whitespace
from string argument s
and returns the result.
Examples
values trim(this)
" = SuperDB = "
Loading...
echo '" = SuperDB = "' \
| super -s -c 'values trim(this)' -