in reply to Re: How to strip everything in a string except HTML Link
in thread How to strip everything in a string except HTML Link

a regex like this: <((?!a[ ]).|\n)*?>

Except one that leaves the trailing </a> in it.

Can you find one that is like that that works?