<the literal < (6010 / 748 / 3C16)
data-horathe literal text data-hora (case sensitive) >the literal > (6210 / 768 / 3E16)
Group 2(\d{4}-\d{2}-\d{2}) \d{4}a digit, repeated exactly 4 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
-the literal - (4510 / 558 / 2D16)
\d{2}a digit, repeated exactly 2 times
Tthe literal T (8410 / 1248 / 5416) (case sensitive)
Group 3(\d{2}:\d{2}:\d{2}) \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
Character Class[\d\-\.:]* *matches any number of characters from the set below:
\da digit
\-the literal - (4510 / 558 / 2D16)
\.the literal . (4610 / 568 / 2E16)
:the literal : (5810 / 728 / 3A16)
<the literal < (6010 / 748 / 3C16)
\/the literal / (4710 / 578 / 2F16)
\1the text saved by group 1
>the literal > (6210 / 768 / 3E16)