\da digit
\da digit
-the literal - (4510 / 558 / 2D16)
\da digit
\da digit
-the literal - (4510 / 558 / 2D16)
\da digit
\da digit
\s*any whitespace character, repeated any number of times
\da digit
\da digit
:the literal : (5810 / 728 / 3A16)
\da digit
\da digit
:the literal : (5810 / 728 / 3A16)
\da digit
\da digit
Non-Capturing Group(?:\,|\.) \,the literal , (4410 / 548 / 2C16)
\.the literal . (4610 / 568 / 2E16)
\d+a digit, repeated at least once