Onthe literal text On (case insensitive) \sany whitespace character
\w{3}any word character, repeated exactly 3 times
,the literal , (4410 / 548 / 2C16)
\sany whitespace character
\w{3}any word character, repeated exactly 3 times
\sany whitespace character
\d{1,2}a digit, repeated between 1 and 2 times
,the literal , (4410 / 548 / 2C16)
\sany whitespace character
\d{4}a digit, repeated exactly 4 times
\sany whitespace character
atthe literal text at (case insensitive) \sany whitespace character
\d{1,2}a digit, repeated between 1 and 2 times
:the literal : (5810 / 728 / 3A16)
\d{2}a digit, repeated exactly 2 times