BothLeadingTrailing" ab c "~strip --> "ab c"
" ab c "~strip("L") --> "ab c "
" ab c "~strip("t") --> " ab c"
"12.7000"~strip(,0) --> "12.7"
"0012.700"~strip(,0) --> "12.7"
"0012.000"~strip(,".0") --> "12"