View Single Post
 
Old 09-23-2015, 02:43 AM
macropod's Avatar
macropod macropod is online now Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,345
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

Regex and a Word Find/Replace (even a wildcard one) are quite different. Each has its strengths and weaknesses. For example, Regex can only be used programmatically (e.g. via VBA) and can't take formatting arguments, whereas a Find/Replace (wildcard or otherwise) doesn't require programming (though it can be used with it) and can take formatting arguments. While there is some overlap in syntax between a Word wildcard Find/Replace and Regex, there's a lot that doesn't overlap - including the Regex | separator.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote