\d{3}a digit, repeated exactly 3 times
(?&sep)calls group sep as a subroutine
\d{3}a digit, repeated exactly 3 times
(?&sep)calls group sep as a subroutine
\d{3}a digit, repeated exactly 3 times
(?&sep)calls group sep as a subroutine
\da digit
(?&sep)calls group sep as a subroutine
\d{3}a digit, repeated exactly 3 times
Comment: 13 digits