\[the literal [ (9110 / 1338 / 5B16)
\d{2}a digit, repeated exactly 2 times
\/the literal / (4710 / 578 / 2F16)
Character Class[a-zA-Z]{3} {3}matches exactly 3 characters from the set below:
a-zone character from a (9710) to z (12210) (case sensitive)
A-Zone character from A (6510) to Z (9010) (case sensitive)
\/the literal / (4710 / 578 / 2F16)
\d{4}a digit, repeated exactly 4 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
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times
\sany whitespace character
\+the literal + (4310 / 538 / 2B16)
\d{4}a digit, repeated exactly 4 times
]the literal ] (9310 / 1358 / 5D16)