View Single Post
Old 01-07-2011, 07:04 AM   #8
cybmole
Wizard
cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.cybmole ought to be getting tired of karma fortunes by now.
 
Posts: 3,720
Karma: 1759970
Join Date: Sep 2010
Device: none
Quote:
Originally Posted by kiwidude View Post
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">&nbsp;</p>\s+<p class="MsoPlainText">&nbsp;</p>
\s+<p class="MsoPlainText">&nbsp;</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.
cybmole is offline   Reply With Quote