For a page number of the form:
[Pg xxx]
set the search string to "\[Pg [0-9]*\]" - that is, the character "[", then "Pg ", then a sequence of characters in the range 0-9, then another character "]".
Set the replace string as emply, and check the "RegEx" box on the search dialog.
|