Greetings all,
I have a text that may contains the <a></a> tags something like :
hello this is a link <a href="www.google.com"> www.google.com </a> please visit it.
I want to remove those tags and keep the text between them to be like:
hello this is a link www.google.com please visit it.
, how to do ?
<a href="http://example.com">A link</a>, or about something else? – Jean Hominal Jan 6 '11 at 11:52hrefattribute.. so yes, what exactly shall be "kept"?? – Andreas_D Jan 6 '11 at 12:05