\[the literal [ (9110 / 1338 / 5B16)
{data}the literal text {data} (case sensitive) \(the literal ( (4010 / 508 / 2816)
.*?any character (except for line terminators), repeated any number of times
datathe literal text data (case sensitive) Negated Character Class[^)]* *matches any number of characters outside the set below:
)the literal ) (4110 / 518 / 2916)
\)the literal ) (4110 / 518 / 2916)
\]the literal ] (9310 / 1358 / 5D16)
g modifier: global. Finds all matches instead of stopping after the first