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.
I want to look for paragraphs starting with a digit.
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.
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
Peter Rooney said: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?