Quote:
Originally Posted by kiwidude
In answer to your second question, yes you can do it. Just paste the text you want to find three times separated by \s+. e.g.
<p class="MsoPlainText"> </p>\s+<p class="MsoPlainText"> </p>
\s+<p class="MsoPlainText"> </p>
|
OK - i though there may be a way to bracket the expression to indicate the equiv of x3 ?
then I have to put the expression once only into replace - no shorthand for that ?
PS I ask only beacuse I am trying to learn shorthand expressions, not becasue it will save a lot of time
the code you have given me has worked perfectly - thanks.