Hello,
I am sure this has been covered before, but I am unable to find a useful thread using search.
What I have is a seed list for a search index. Items in the unedited seed list look like:
<a href="http://localhost/~pali/sn/05_mv/sn05.45.057.pali.bd.htm"> http://localhost/~pali/sn/05_mv/sn05.45.057.pali.bd.htm </a><br>
I need them to look like:
<a href="http://localhost/~pali/sn/05_mv/sn05.45 ... ">.</a><br>
Find link replace target with '.'
Moderators: AmigoJack, bbadmin, helios, MudGuard
Find link replace target with '.'
Thank you, and
Best Wishes,
Obo
http://buddhadust.net/
check out the What's New? Oblog:
http://buddhadust.net/dhammatalk/dhamma ... ts.new.htm
Best Wishes,
Obo
http://buddhadust.net/
check out the What's New? Oblog:
http://buddhadust.net/dhammatalk/dhamma ... ts.new.htm
-
ben_josephs
- Posts: 2464
- Joined: Sun Mar 02, 2003 9:22 pm
Thanks Ben, that worked fine.
I went about it the long way:
(<a href=[a-zA-Z0-9"_ .:/-]*)>([a-zA-Z0-9"_ .:/-]*)
I went about it the long way:
(<a href=[a-zA-Z0-9"_ .:/-]*)>([a-zA-Z0-9"_ .:/-]*)
Thank you, and
Best Wishes,
Obo
http://buddhadust.net/
check out the What's New? Oblog:
http://buddhadust.net/dhammatalk/dhamma ... ts.new.htm
Best Wishes,
Obo
http://buddhadust.net/
check out the What's New? Oblog:
http://buddhadust.net/dhammatalk/dhamma ... ts.new.htm