I currently have a regex:
(\074color\s*=\042[0-9A-Za-z]+?\042\s*\076.*<\057color>)
.. that matches " <color="hexcode/colorname">anything[wildcard]</color> "
However, I want to change this so that it matches: " lt;color="HEXCODE/COLORNAME">ANYTHING[WILDCARD]</color>
I imagine its just a simple matter of editing the original regex, but i'm really inexperienced when it comes to this stuff. Can someone help? =O