The use filter replacements replace all and only check the boxes where the replacement works. Then repeat for a different replacement.
Or
Then use a regex to capture all the cases you want and use python function replace to determine when and where and what to insert it. Then use filter replacements on it.
|