\x19the literal (1916 / 318 / 2510)
Athe literal A (6510 / 1018 / 4116) (case sensitive)
\d*a digit, repeated any number of times
dthe literal d (10010 / 1448 / 6416) (case sensitive)
\[?optionally matches the literal [ (9110 / 1338 / 5B16)
?repeats the group contents below at most once:
\d*a digit, repeated any number of times
\]?optionally matches the literal ] (9310 / 1358 / 5D16)
.*any character (except for line terminators), repeated any number of times
-the literal - (4510 / 558 / 2D16)
\S+any non-whitespace character, repeated at least once
\sany whitespace character
\d+a digit, repeated at least once
\x0C?optionally matches the literal (C16 / 148 / 1210)
?repeats the group contents below at most once:
.*any character (except for line terminators), repeated any number of times
\x18the literal (1816 / 308 / 2410)