.*any Unicode character (except for line terminators), repeated any number of times
\[the literal [ (9110 / 1338 / 5B16)
CDATAthe literal text CDATA (case sensitive) \[the literal [ (9110 / 1338 / 5B16)
00000:the literal text 00000: Non-Capturing Group(?:.|\r?\n)*? *?repeats the group contents below any number of times:
.any Unicode character (except for line terminators)
\r?optionally matches a carriage return (ASCII 13)
\na line-feed (newline) character (ASCII 10)
\]the literal ] (9310 / 1358 / 5D16)
\]the literal ] (9310 / 1358 / 5D16)
>the literal > (6210 / 768 / 3E16)
.*any Unicode character (except for line terminators), repeated any number of times
g modifier: global. Finds all matches instead of stopping after the first