Element - øS - Strip whitespace from both sides
Characters:
ø,
S
Description
Strip whitespace from both sides of a string / Remove trailing zeros from a number
Overloads
str - a.strip()num - remove trailing zeros
Examples
` abc ` øS =
`abc`
1.23 øS =
1.23
25000 øS =
25