Replies: 0
We use a link generator that escapes spaces in the URL querystring using the ‘+’ character. We have no control over how the link is encoded.
Ideally, the plugin that parses the querystring could be conditioned to replace the ‘+’ character with the appropriate %20 space escape character. Or have a more general RegEx based string manipulation feature.
Thanks for any help you can provide.