I understand you can use \ followed by things to Find them, like * or |, but this doesn’t work for ellipsis (…), I guess because it’s three punctuation marks (in regular expressions).
How can I Find ellipses (…) so I can Format them?
I understand you can use \ followed by things to Find them, like * or |, but this doesn’t work for ellipsis (…), I guess because it’s three punctuation marks (in regular expressions).
How can I Find ellipses (…) so I can Format them?
In many of the English language versions, AutoCorrect will automatically replace ...
with …
(U+2026) so you need to search for the ellipsis.
A normal Find and Replace should work for either but if you need to use Regular Expressions then you can just include the ellipsis normally (it has no special meaning), however for ...
(3 dots) then you need to search for \.\.\.