W
WBM
I'm attempting to find certain text in Word documents
using the Find/ Replce utility with wildcards and replace
each matching text with a variant of the found text. For
example, to assemble multi-line paragraphs into a
paragraph that does not contain any line-breaks one can
ues a find expression "^13[!^t]" (w/o quotes) to find any
carriage returns not proceeded by a line indented by a tab
and replace them with a space character. However, the
first letter of each original line will be replaced by the
space since it appears in the regular expression. Any
suggestions as to how to retain the last character in the
replaced text (a general case for preserving the first or
middle charater would be better)? It seems an expression
in the "replace with" textbox using the "^&" wildcard is
warranted, but I have not yet been able effectively
manipulate its use. Thank you in advance.
using the Find/ Replce utility with wildcards and replace
each matching text with a variant of the found text. For
example, to assemble multi-line paragraphs into a
paragraph that does not contain any line-breaks one can
ues a find expression "^13[!^t]" (w/o quotes) to find any
carriage returns not proceeded by a line indented by a tab
and replace them with a space character. However, the
first letter of each original line will be replaced by the
space since it appears in the regular expression. Any
suggestions as to how to retain the last character in the
replaced text (a general case for preserving the first or
middle charater would be better)? It seems an expression
in the "replace with" textbox using the "^&" wildcard is
warranted, but I have not yet been able effectively
manipulate its use. Thank you in advance.