4the literal 4 (5210 / 648 / 3416)
\d{3}a digit, repeated exactly 3 times
\s?optionally matches any whitespace character
\d{4}a digit, repeated exactly 4 times
\s?optionally matches any whitespace character
\d{4}a digit, repeated exactly 4 times
\s?optionally matches any whitespace character
\d{0,4}a digit, repeated between 0 and 4 times