\[the literal [ (9110 / 1338 / 5B16)
display = "the literal text display = " (case sensitive) .+any character (except for line terminators), repeated at least once
"the literal " (3410 / 428 / 2216)
\]the literal ] (9310 / 1358 / 5D16)
Negated Character Class[^[]+ +matches at least one character outside the set below:
[the literal [ (9110 / 1338 / 5B16)
\[the literal [ (9110 / 1338 / 5B16)
\/the literal / (4710 / 578 / 2F16)
displaythe literal text display (case sensitive) \]the literal ] (9310 / 1358 / 5D16)
U modifier: Ungreedy. Quantifiers are lazy by default. A trailing ? makes a quantifier greedy
g modifier: global. Finds all matches instead of stopping after the first