Quote:
It's saying 0 matches for "[^13]{2,}"
|
With a “wildcard” Find/Replace, try using “[^13]{2;}” (with semicolon instead of comma).
However, you could still use a standard non-wildcard Find/Replace with:
Find = ^p^p
Replace = ^p
It does work in Word 2007.