mirror of
https://github.com/nushell/nushell.git
synced 2024-12-17 20:51:57 +01:00
171 B
171 B
trim
Trim leading and following whitespace from text data
Example
> echo " Hello world"
Hello world
> echo " Hello world" | trim
Hello world