Quote:
Originally Posted by janvanmaar
This should work fine (with two slashes at the beginning of course). I am using regexps like this regularly in Calibre. Are you sure the text is in the p tag and not for instance wrapped in div or some other tag
|
I use expressions like that, too, and like you, I think his problem has nothing to do with match, search or test differences. It's probably a simple case of not matching the test regex because there's some difference between the string regex sees in test and the string he's running match on.