I’m trying to replace all " ...
" with "...
"
In other words remove the space before three dots.
I search for [:space:]...
but then “...
” is a regular expression as well (very strange considering how commonly it’s used).
So I’m stuck with a search where I want the regular expression on for one character and off for the rest. There must be a solution for this but half an hour of searches didn’t reveal anything. Do you have an idea? Thanks.
edit by @karolus escape the three dots from crazy software-assumptions