E
Ed
I'm trying to find
paragraph, tab, small letter a-z, period, tab
and replace it with
the original paragraph and tab, two more tabs, left parenthesis, the
original letter, right parenthesis, the original tab.
I constructed the following wildcard Find:
(^13^t)([a-z]).(^t)
and Replace With:
\1^t^t[\(]\2[\)]\3
I get the following error:
"The Replace With text contains a group number which is out of range."
I only have three groups in the Find, and \1, \2, and \3 in the Replace
With. Unless perhaps Word is seeing [\(] and [\)] as another group?
Any suggestions, please?
paragraph, tab, small letter a-z, period, tab
and replace it with
the original paragraph and tab, two more tabs, left parenthesis, the
original letter, right parenthesis, the original tab.
I constructed the following wildcard Find:
(^13^t)([a-z]).(^t)
and Replace With:
\1^t^t[\(]\2[\)]\3
I get the following error:
"The Replace With text contains a group number which is out of range."
I only have three groups in the Find, and \1, \2, and \3 in the Replace
With. Unless perhaps Word is seeing [\(] and [\)] as another group?
Any suggestions, please?