\(the literal ( (4010 / 508 / 2816)
Group area(?<area>[2-9][0-9]{2}) 2-9one character from 2 (5010) to 9 (5710)
{2}matches exactly 2 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
\)the literal ) (4110 / 518 / 2916)
the literal (3210 / 408 / 2016)
Group prefix(?<prefix>[2-9][0-9]{2}) 2-9one character from 2 (5010) to 9 (5710)
{2}matches exactly 2 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)
\-the literal - (4510 / 558 / 2D16)
Group suffix(?<suffix>[0-9]{4}) {4}matches exactly 4 characters from the set below:
0-9one character from 0 (4810) to 9 (5710)