Move Line Breaks After Page Number
Posted: Thu Feb 21, 2008 8:24 pm
I am trying to search for line breaks in a group of documents using wildedit. Below is a sample:
Now the page numbers could possibly go up into the twentys, so I came up with the following, but it doesn't work:
All of the code was working until I put in the [1-2][0-9]
Code: Select all
-
- PAGE- 1 OF 2Now the page numbers could possibly go up into the twentys, so I came up with the following, but it doesn't work:
Code: Select all
\r\n\r\n\r\n- PAGE- [1-2][0-9] OF [1-2][0-9]