J
Joe McGuire
I am using wildcards to Find and Replace paragraphs beginning with a single
alpha character and followed by a period and a tab. The string
([a-z]{1}.^t*^13) finds them all. But I can't figure out how to phrase the
string to do the same for paragraphs beginning with lower case Roman
numerals (i, ii, iii) which are otherwise identical to the alpha paragraphs.
As far as I can tell, the only Roman characters in the document are i, ii
and iii, but there are lots of them. I'd appreciate any suggestions. (No,
I did not create the document this way.)
alpha character and followed by a period and a tab. The string
([a-z]{1}.^t*^13) finds them all. But I can't figure out how to phrase the
string to do the same for paragraphs beginning with lower case Roman
numerals (i, ii, iii) which are otherwise identical to the alpha paragraphs.
As far as I can tell, the only Roman characters in the document are i, ii
and iii, but there are lots of them. I'd appreciate any suggestions. (No,
I did not create the document this way.)