\[the literal [ (9110 / 1338 / 5B16)
table]the literal text table] (case sensitive) \R*a newline sequence, repeated any number of times
Group 1([^[]*(?:\[(?!/?table])[^[]*)*) Negated Character Class[^[]* *matches any number of characters outside the set below:
[the literal [ (9110 / 1338 / 5B16)
Non-Capturing Group(?:\[(?!/?table])[^[]*)* *repeats the group contents below any number of times:
\[the literal [ (9110 / 1338 / 5B16)
Negative Lookahead(?!/?table]) /?optionally matches the literal / (4710 / 578 / 2F16)
table]the literal text table] (case sensitive) Negated Character Class[^[]* *matches any number of characters outside the set below:
[the literal [ (9110 / 1338 / 5B16)
\R*a newline sequence, repeated any number of times
\[the literal [ (9110 / 1338 / 5B16)
/table]the literal text /table] (case sensitive) g modifier: global. Finds all matches instead of stopping after the first