Thanks for the regex tutorial. After looking at that and other sources I finally have something that does what I want. In case others may see this post and wonder, the regex I came up with is:
Page\s*\d+
This gets rid of the word "Page" and the page numbers after. The only thing it doesn't do is repair breaks in the text where the page numbers were inserted. Still not sure how to do that, but this is a start.
Thanks again for setting me in the right direction.
|