+repeats the group contents below at least once:
\n*a line-feed (newline) character (ASCII 10), repeated any number of times
.*+any character (except for line terminators), repeated any number of times
\1the text saved by group 1
<tr>the literal text <tr> (case sensitive) \na line-feed (newline) character (ASCII 10)
.*any character (except for line terminators), repeated any number of times
<td bgcolor=the literal text <td bgcolor= (case sensitive) \"the literal " (3410 / 428 / 2216)
#ffffccthe literal text #ffffcc (case sensitive) \"the literal " (3410 / 428 / 2216)
>the literal > (6210 / 768 / 3E16)