<tdthe literal text <td (case sensitive) Negated Character Class[^>]* *matches any number of characters outside the set below:
>the literal > (6210 / 768 / 3E16)
>the literal > (6210 / 768 / 3E16)
\s*any whitespace character, repeated any number of times
Group 2((?:.(?!</td>))+\s*) Non-Capturing Group(?:.(?!</td>))+ +repeats the group contents below at least once:
.any character (except for line terminators)
Negative Lookahead(?!</td>) </td>the literal text </td> (case sensitive) \s*any whitespace character, repeated any number of times
\s*any whitespace character, repeated any number of times
<the literal < (6010 / 748 / 3C16)
\?the literal ? (6310 / 778 / 3F16)
php audioButtonthe literal text php audioButton (case sensitive) \(the literal ( (4010 / 508 / 2816)
"the literal " (3410 / 428 / 2216)
Negated Character Class[^"]* *matches any number of characters outside the set below:
"the literal " (3410 / 428 / 2216)
/the literal / (4710 / 578 / 2F16)
.+?any character (except for line terminators), repeated at least once
.*?any character (except for line terminators), repeated any number of times
"the literal " (3410 / 428 / 2216)
\)the literal ) (4110 / 518 / 2916)
;the literal ; (5910 / 738 / 3B16)
.*?any character (except for line terminators), repeated any number of times
\?the literal ? (6310 / 778 / 3F16)
>the literal > (6210 / 768 / 3E16)
.*?any character (except for line terminators), repeated any number of times
</td>the literal text </td> (case sensitive) g modifier: global. Finds all matches instead of stopping after the first