I am trying to figure out how to remove this piece of example HTML code from my website. The problem is that the code in between “<p style="flex: 0 0 auto; margin:0; padding-right:1rem;” and the end of the p style code change. I need to use regular expressions from Notepad++ to remove this quickly for my organization. Thank you for the help!!
<p style="flex: 0 0 auto; margin:0; padding-right:1rem;">Hi my name is <a href="https://facebook.com" style="color:#aaa;">Facebook</a> haha</p>