regular expression. stripping anchor tag
Posted: Wed Oct 26, 2005 1:38 pm
Anyone know how to strip the anchor tag information so that it only shows the display name? I have two examples below along with what I want it to be...
<a href='test.php?id=5A'>red</a> -> red
<a href='test.php?id=1B1'>blue</a> -> blue
I could probably figure it out if I was given 5 hours, but I am hoping someone here knows.
<a href='test.php?id=5A'>red</a> -> red
<a href='test.php?id=1B1'>blue</a> -> blue
I could probably figure it out if I was given 5 hours, but I am hoping someone here knows.