trim
Trim values from a string
150 bytes
Usage
Trims all prefix and suffix characters from the given string. Like the builtin trim function but accepts alternate (other than space) characters you would like to trim.
Trim also handles more than one character to trim.