trim
Function
Removes whitespace from both ends of text
Syntax
$text = trim " hello world "
with literal text
$text = trim $input
with variable text
Removes whitespace from both ends of text
$text = trim " hello world "
with literal text
$text = trim $input
with variable text