Removes paired preceding and trailing tokens around a string line. Assumes ASCII.
You should not need to use this directly; rather see unquoted and unsinglequoted.
Token character to strip away.
String line to remove any enclosing tokens from.
A slice of the passed string line without enclosing tokens.
Removes paired preceding and trailing tokens around a string line. Assumes ASCII.
You should not need to use this directly; rather see unquoted and unsinglequoted.