Quote:
Originally Posted by flopis
When you say "regular expressions on", you mean to enable the Use of Wildcards? Right?
What about when you have a hard coded page number between 2 paragraph marks without full stop? How can you join the paragraphs and delete the page number?
|
Sorry, yes I meant 'Use wildcards'.
For the case above you could search for ^13[0-9]*^13 and in the replace line either ^p or ^p^p or a space character depending on how you want the spacing.
bob