Comment on How to replace HTML tags using regular expressionsComments−switz14yIt feels very unnatural using regex to traverse HTML, however this seems like a somewhat decent solution. I doubt I'll be using it anytime soon, though.
Comments
It feels very unnatural using regex to traverse HTML, however this seems like a somewhat decent solution. I doubt I'll be using it anytime soon, though.