*repeats the group contents below any number of times:
the literal (3210 / 408 / 2016)
{2}matches exactly 2 characters from the set below:
1-9one character from 1 (4910) to 9 (5710)
the literal (3210 / 408 / 2016)
Non-Capturing Group(?:[2-8]|9[1-9]) 2-8one character from 2 (5010) to 8 (5610)
9the literal 9 (5710 / 718 / 3916)
1-9one character from 1 (4910) to 9 (5710)
{3}matches exactly 3 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
\-the literal - (4510 / 558 / 2D16)
{4}matches exactly 4 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)