View Single Post
Old 09-14-2014, 02:48 PM   #28
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,198
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by Joques View Post
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
Quote:
Originally Posted by doubleshuffle View Post
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...)
This one works in my test.
Code:
( <a id="page_([0-9]+)"></a> )
Don't forget that you are using regex mode on "all test files".
bernie
gbm is offline   Reply With Quote