- Issue created by @kopeboy
- 🇳🇿New Zealand ericgsmith
There is a Characters to trim plugin that doesn't trim whitespace?!
The trim plugin only trims from either the begging or ending of a string. As the whitespace is in the middle, that is not the plugin to use for replacing characters in the middle of strings. It's just a wrapper around phps trim, ltrim and rtrim functions.
I can take a look at why find and replace didn't work. But glad you found a solution.