Removes a single wrapping prefix / suffix pair if present.
The value to unwrap.
The expected wrapper prefix value.
Optional
Optional wrapper suffix value. If omitted, prefix is used.
The unwrapped string when the wrapper is present; otherwise the original string.
0.14.0
TypeError If value is null or undefined.
Removes a single wrapping prefix / suffix pair if present.