\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
Non-Capturing Group(?:\[[^\]]*\] )? ?repeats the group contents below at most once:
\[the literal [ (9110 / 1338 / 5B16)
Negated Character Class[^\]]* *matches any number of characters outside the set below:
\]the literal ] (9310 / 1358 / 5D16)
\]the literal ] (9310 / 1358 / 5D16)
the literal (3210 / 408 / 2016)