I'm trying to find html tags in a text, like this:
'<span style="background-color: #aaaaaa">'
But the color part can change ( like to #bbbbbb )... I think I can use regex for this, right? But I'm not sure how I can just ignore the color part of it...
Can you help me? Is this possible?
Thank you so much ^^