Tim,
Sorry, I was a little too quick on the draw.
Try [!$]([0-9]{1,})[!.] in find box
And if you are going to do something with what you found:
\1
in replace box
Tim,
You're apparently not doing the homework assignment Helmut gave you at
Graham's site.
[0-9]{1,}
Sorry to keep bugging you, but as a follow up to your last incredibly
useful
comment, how would I use wildcards to just find the "integers" in the
below
text. Here by integers, I just mean all numbers that do not have a
decimal
or comma in them and are not followed by a period
Thank you very much,
Tim
:
I can't immediately see a single solution that would account for them all
[0-9,.]{2,} is the closest, but that adds the period at the ends.
You could perform several passes to really tie it down.
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Tim wrote:
Hi Graham,
I was wondering if it would be possible to use a single wildcard
statement to find all the number "types" in the document below. I
would not like to include the $ signs nor the period that comes at
the end of the sentences/numbers in the table. If there is a more
simple way to accomplish this task, that would be great too.
Furthermore, if it is too much of an inconvenience altogether, don't
waste your time.
Thanks again everybody,
Tim
I have finished 5 years of university, and have 2.7 more to go and I
am currently writing 34,67 tests and then 2,345.00 tests.
I have 2.
I have 2.7.
I have 34,67.
I have 2,345.00.
Hi, I have $4 in the bank, and $45.67 in my wallet and $54,78 in my
piggy bank, but I wish I had $46,765.00 in all.
Each test costs roughly $4.
Each test costs roughly $45.67.
Each test costs roughly $54,78.
Each test costs roughly $46,765.00.
:
No
--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP
My web site
www.gmayor.com
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Helmut Weber wrote:
Hi Tim,
hi, Graham,
I hope you don't mind me possibly being faster. ;-)
http://www.gmayor.com/replace_using_wildcards.htm