fieldthe literal text field (case sensitive) \[the literal [ (9110 / 1338 / 5B16)
\d*a digit, repeated any number of times
\]the literal ] (9310 / 1358 / 5D16)
\[the literal [ (9110 / 1338 / 5B16)
\d*a digit, repeated any number of times
\]the literal ] (9310 / 1358 / 5D16)
Group 3((?:\[")(.+)(?:"\]))? ?repeats the group contents below at most once:
Non-Capturing Group(?:\[") \[the literal [ (9110 / 1338 / 5B16)
"the literal " (3410 / 428 / 2216)
.+any character (except for line terminators), repeated at least once
Non-Capturing Group(?:"\]) "the literal " (3410 / 428 / 2216)
\]the literal ] (9310 / 1358 / 5D16)