diff --git a/MonsterRegularExpression_NANPA_formats.cs b/MonsterRegularExpression_NANPA_formats.cs index 7f23442..d15dda3 100644 --- a/MonsterRegularExpression_NANPA_formats.cs +++ b/MonsterRegularExpression_NANPA_formats.cs @@ -14,7 +14,7 @@ class TelephoneFormatDetection { string TelephoneFormatRegularExpression = "(?^([2-9](11|22|33|44|55|66|77|88|99)$))|" + - "(" + "(" + "(?^(5[00|21|22|23|24|25|26|27|28|29|33|44|66|77|88]))|" + "(?^(6[00|22]))|" + "(?^(700))|" +