So, I have a string of text:
string with a bunch of links but i need to simply get rid of these <a href="a.domain.com">Title</a> string with more links and text
I need to get rid of everything from <a to a> where a.domain.com is present (its always the same domain) using PHP preg_replace.
It seems so simple but I can't figure this out >.< or find anywhere that explains regex :/