I'm using the regex:

(?=<TABLE>).+(?<=</TABLE>)

in a replace to eliminate tables from a doc. Works fine except when there is a CRLF after <TABLE>, in which case it has no effect. Any suggestions???