Quote:
Originally Posted by Perkin
Try search of
Code:
<span>\[Pg\s\d+\]</span>
replace with empty
the \[ means include a [ char - needs to be escaped
the \s means whitespace
the \d+ means one or more digit
|

I dislike overly wild S&R terms. Yours will only match what is desired