Word2003: Search ^P [0-9] with Use Wildcards on

P

Peter Rooney

I suppose I already know the answer to this: it's impossible.
I want to look for paragraphs starting with a digit.
 
K

Klaus Linke

Peter Rooney said:
I suppose I already know the answer to this: it's impossible.
I want to look for paragraphs starting with a digit.


Hi Peter,

Use the code -- ^13 -- for the paragraph mark:
^13[0-9]

For some stupid reason or another, ^p does not work in wildcard searches.

Regards,
Klaus
 
P

Peter Rooney

Thanks.
The Microsoft online documentation sure isn't helpful or complete.
The escape character ( \ ) isn't documented either, as far as I can tell.
Is there perhaps a Missing Manual?

Klaus Linke said:
Peter Rooney said:
I suppose I already know the answer to this: it's impossible.
I want to look for paragraphs starting with a digit.


Hi Peter,

Use the code -- ^13 -- for the paragraph mark: ^13[0-9]

For some stupid reason or another, ^p does not work in wildcard searches.

Regards,
Klaus
 
G

Graham Mayor

I would suggest the revised version at
http://www.gmayor.com/replace_using_wildcards.htm maintained so that I can
keep editorial control of the page and include clarifications and updates as
they come along. Did Dave have anything to do with that article? I thought
that he had moved on long before? Your contributions however were
invaluable.

--
<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
Graham Mayor - Word MVP


<>>< ><<> ><<> <>>< ><<> <>>< <>><<>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top