I've figured out how to find certain patterns using the Regex Match Autosuggest plug in and get them as suggestions, but not how to perform replacement.
Specifically I am trying to replace the space between a digit and % with no space, e.g. replace 74 % with 74%.
Could someone suggest a regex pattern and replace pattern please?
Thanks.