On Apr 25, 2006, at 6:33 AM, Jeremy Fairbrass wrote:
/style="[^>]+color:blue/
<span style="color:blue; font-size:small; border:0px">
Just a small note, which may be mostly a digression but: I don't think the above regex will match that string at all.The regex, because it has a + instead of a *, requires at least one character between the " and color:blue ... your string doesn't have that.
