![]() |
| If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hi, I have a question about wildcard searches. I am trying to find all numbers followed by a parenthesis and a space and replace them with nothing. So, in other words, numbers like this:
20) I've been trying variations of the following: [0-9]{1,2}[(\) )] but nothing seems to give me quite what I want. Can anyone help? Thanks in advance for any information. |
| Ads | |
|
#2
|
|||
|
|||
|
Hi,
I am trying to find all numbers followed by a parenthesis and a space and replace them with nothing. So, in other words, numbers like this: 20) not using wildcards you could search for: ^#^#) (Special | any digit | any digit | space) In a second search you could look for just one digit followed by the parenthesis and a space: ^#) I've been trying variations of the following: [0-9]{1,2}[(\) )] Maybe you have not an English system? Then try (using wildcards): [0-9]{1;2}[(\) )] -- Cheers Lisa [MS MVP Word] |
|
#3
|
|||
|
|||
|
Hi, Lisa, thanks for your reply. I tried your first suggestion using ^#^#) and then ^#) in the Find window and it worked great.
![]() Thanks again! ![]() On Friday, August 24, 2012 4:39:52 AM UTC-4, Lisa Wilke-Thissen wrote: Hi, I am trying to find all numbers followed by a parenthesis and a space and replace them with nothing. So, in other words, numbers like this: 20) not using wildcards you could search for: ^#^#) (Special | any digit | any digit | space) In a second search you could look for just one digit followed by the parenthesis and a space: ^#) I've been trying variations of the following: [0-9]{1,2}[(\) )] Maybe you have not an English system? Then try (using wildcards): [0-9]{1;2}[(\) )] -- Cheers Lisa [MS MVP Word] |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| wildcard search | Huber57 | Microsoft Word Help | 1 | January 8th 10 09:25 PM |
| What is wrong with this wildcard search? | Paul B[_5_] | Microsoft Word Help | 2 | August 8th 09 06:40 PM |
| Wildcard search for *: | Ben Bullock | New Users | 3 | October 21st 07 11:36 PM |
| Wildcard search help. please? | Ed | Microsoft Word Help | 2 | September 11th 06 08:50 PM |
| Help with wildcard search, please? | Ed | New Users | 8 | July 28th 06 11:18 AM |