*repeats the group contents below any number of times:
<mediathe literal text <media (case sensitive) Non-Capturing Group(?::[0-9]+)? ?repeats the group contents below at most once:
:the literal : (5810 / 728 / 3A16)
+matches at least one character from the set below:
0-9one character from 0 (4810) to 9 (5710)
?optionally matches the literal (3210 / 408 / 2016)
/?optionally matches the literal / (4710 / 578 / 2F16)
><brthe literal text ><br (case sensitive) ?optionally matches the literal (3210 / 408 / 2016)
/?optionally matches the literal / (4710 / 578 / 2F16)
>the literal > (6210 / 768 / 3E16)