Quote:
Originally Posted by Joques
Thank you! But ... the search string the HYPE provided, only nets me an error message: "The regular expression you entered is invalid."
I tried to read an introduction to regex, but it seems very arcane indeed 
|
For the example you provided in post #11, this works for me:
Code:
<a id="page_[0-9]+"/>
(Don't forget the spaces at beginning and end...)