9?optionally matches the literal 9 (5710 / 718 / 3916)
\d{4}a Unicode decimal digit, repeated exactly 4 times
?matches at most one character from the set below:
\sa Unicode whitespace character
-the literal - (4510 / 558 / 2D16)
\d{4}a Unicode decimal digit, repeated exactly 4 times