trimAll
Remove given characters from the front or back of a string:
trimAll "$" "$5.00"
The above returns 5.00
(as a string).
Remove given characters from the front or back of a string:
trimAll "$" "$5.00"
The above returns 5.00
(as a string).