Argh. I hate when I do that. Looks like I just stopped reading that thread too early. This apparently doesn't hit on my sample yet, but with tweakage it might. Working on that now.See yesterday's thread "Re: Extra Sare Rules for meds?"
Jesse Houwing posted a beta-grade rule for this:
BODY TABLEOBFU
m{<td([^>]+|"[^"]+)>(<([^>]+|"[^"]+)>)*[a-z]{1,2}(<([^>]+|"[^"]+)>)*</td([^>]+|"[^"]+)>}i
I must have been half asleep yesterday ;)
It took me a bit of basic tweaking, but this one seems to do it's jon. I have yet to finish my masscheck, but let's see how this does:
RAWBODY TABLEOBFU /<td([^>]|"[^"]*"|'[^']*')*>(<([^>]|"[^"]*"|'[^']*')*>)*[a-z]{1,2}(<([^>]|"[^"]*"|'[^']*')*>)*<\/td([^>]|"[^"]*"|'[^']*')*>/i
SCORE TABLEOBFU 2
Jesse