Is there a Python function that will trim whitespace (spaces and tabs) from a string?
So that given input " \t example string\t " becomes "example string".
" \t example string\t "
"example string"
← Назад к списку