.*any character (except for line terminators), repeated any number of times
Datethe literal text Date (case sensitive) :the literal : (5810 / 728 / 3A16)
.*any character (except for line terminators), repeated any number of times
?repeats the group contents below at most once:
\+the literal + (4310 / 538 / 2B16)
\da digit
\da digit
\da digit
\da digit
$end of string, or before its final line terminator