Quote:
Originally Posted by HarryT
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.
|
Harry T, forgive my suggestion if it does not suit the format being discussed, but would not it be better to mark-up page numbers either as attributes (<pg number = "xxx"/>) or elements (<pg>xxx</pg>) that could be hidden by a style sheet?