View Single Post
Old 12-12-2008, 07:09 PM   #19
daesdaemar
Addict
daesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura aboutdaesdaemar has a spectacular aura about
 
Posts: 210
Karma: 4282
Join Date: Oct 2008
Location: Florida
Device: Sony 505, Kindle 3, iPad 3
Quote:
Originally Posted by =X= View Post
1) In Word dpress the Ctrl+H button
2) In "Find what" cut-n-past the "[0-9]{1,5} John Smith" remove the quote(")
3) Check "Use Wildcards". If you don't see this option the option depress the <<more> button
4) Leave "Replace With:" blank.
5) Depress the <Replace All>

John gave you "True Regular" expression syntax. MSWord has a muddled up version that uses some RegEx and makes up their own. Another problem is that you where advised to use "*" Which means it "may" exist. You should have used "?" of course with MSWord it's "@" if you select the "Wildcards" option

=X=
It works fabulously! May I trouble you to explain exactly how the expresion "[0-9]{1,5} John Smith" actually works?

Thank you very much.

Last edited by daesdaemar; 12-12-2008 at 07:45 PM.
daesdaemar is offline   Reply With Quote