@the literal @ (6410 / 1008 / 4016)
\[the literal [ (9110 / 1338 / 5B16)
Negated Character Class[^\][]* *matches any number of characters outside the set below:
\]the literal ] (9310 / 1358 / 5D16)
[the literal [ (9110 / 1338 / 5B16)
]the literal ] (9310 / 1358 / 5D16)
\(the literal ( (4010 / 508 / 2816)
Negated Character Class[^()]*? *?matches any number of characters outside the set below:
(the literal ( (4010 / 508 / 2816)
)the literal ) (4110 / 518 / 2916)
:the literal : (5810 / 728 / 3A16)
\d+a digit, repeated at least once
\)the literal ) (4110 / 518 / 2916)
g modifier: global. Finds all matches instead of stopping after the first