?repeats the group contents below at most once:
E?optionally matches the literal E (6910 / 1058 / 4516) (case sensitive)
X?optionally matches the literal X (8810 / 1308 / 5816) (case sensitive)
T?optionally matches the literal T (8410 / 1248 / 5416) (case sensitive)
e?optionally matches the literal e (10110 / 1458 / 6516) (case sensitive)
x?optionally matches the literal x (12010 / 1708 / 7816) (case sensitive)
t?optionally matches the literal t (11610 / 1648 / 7416) (case sensitive)
\.?optionally matches the literal . (4610 / 568 / 2E16)
\s?optionally matches any whitespace character
\d{1,7}a digit, repeated between 1 and 7 times