Judethe literal text Jude (case insensitive) ?optionally matches the literal (3210 / 408 / 2016)
\d{1,3}a digit, repeated between 1 and 3 times
:the literal : (5810 / 728 / 3A16)
\d{1,3}a digit, repeated between 1 and 3 times
?repeats the group contents below at most once:
-the literal - (4510 / 558 / 2D16)
\d{1,3}a digit, repeated between 1 and 3 times
\ban ASCII word boundary