E
Elliott Roper
After playing about with wildcard search with mack's three space
problem, my v.X has given up on {m,n} style match counts. It appears to
use {1} regardless of the values of m and n.
e.g if the file contains "buggered", ug{1,}e fails.
I found some stuff about "wildcard search karma" on the mvp site
http://word.mvps.org/FAQs/MacrosVBA/index.htm
"Flush bad karma from Word's find facility after an unsuccessful
wildcard search"
.....for Windows Word that looked relevant but the macro supplied to
reset the wildcard search did not work because the
"ClearFindAndReplaceParameters" function does not exist on this pore
l'il Macca.
I have tried the other magics like losing normal, settings (10), carbon
registry, etc, but none of that helped.
The rest of wildcards works ok (for the small values of OK that apply
to Word's regexp). For instance "ug@e" finds "ugge" OK.
Now why did I choose that particular example word?
Is there anything else I can try to reset wildcard search short of
binning the whole damn thing and using emacs and TeX?
(even emacs' regexps are a tiny bit weird, and have I mentioned that I
*hate* regexps?)
problem, my v.X has given up on {m,n} style match counts. It appears to
use {1} regardless of the values of m and n.
e.g if the file contains "buggered", ug{1,}e fails.
I found some stuff about "wildcard search karma" on the mvp site
http://word.mvps.org/FAQs/MacrosVBA/index.htm
"Flush bad karma from Word's find facility after an unsuccessful
wildcard search"
.....for Windows Word that looked relevant but the macro supplied to
reset the wildcard search did not work because the
"ClearFindAndReplaceParameters" function does not exist on this pore
l'il Macca.
I have tried the other magics like losing normal, settings (10), carbon
registry, etc, but none of that helped.
The rest of wildcards works ok (for the small values of OK that apply
to Word's regexp). For instance "ug@e" finds "ugge" OK.
Now why did I choose that particular example word?
Is there anything else I can try to reset wildcard search short of
binning the whole damn thing and using emacs and TeX?
(even emacs' regexps are a tiny bit weird, and have I mentioned that I
*hate* regexps?)