Ellipsis (three dots) finding by GREPs issue, can anyone give suggestion?
Hi,
I have used below grep to find the ellipsis in my indesign file through script with various condition, such as three dots (...) with before space, after space and without space [my requirement], but greps are highlighted the text which is really not required. I have not included such condition but assigned greps running that also. please advice.
highlight('\\w+.?\\h? . . .\\h?.?\\w+');
highlight('\\w+.?\\h?. . . \\h?.?\\w+');
highlight('\\w+.?\\h?. . .\\h?.?\\w+');
Extra highlighted by script (which is not required):

Exact expectation by greps (my requirement):

thanks in advance.
by
hasvi

