Quote:
Originally Posted by rolgiati
My thanks for the suggestions;
I finally got the result by replacing <a class="pcalibre" href.*?> with nothing, then </a> with nothing.
did not work, it put /1 in place of the link text !
Possibly the find and replace does not understand a regex in the replacement text.
|
If \1 gets put into the Text, you did not have any 'capture area'
defined . the
(.+?) in the original suggestion, which would leave the 'visible text' of the link still in place.
old:
Code:
<a class="pcalibre" href="http://books.google.com/books?id=98PYVYGFCIIC&pg=PA54&lpg=PA54& ;dq=dimethylcadmium&source=bl&ots=oK-NDQqout&sig=wDDF0qwknz3G-twxMl_6B8Di5lk&hl=en&sa=X&ei=IhSDUdyMD NW-4AO51oCYAw&ved=0CDMQ6AEwATgU#v=onepage&q=d imethylcadmium&f=false">extremely tedious work</a>,
New:
Code:
extremely tedious work