From ccd660316b308dce6d9ffa7241dc24b385f38101 Mon Sep 17 00:00:00 2001 From: Ralph Hightower <32745442+RalphHightower@users.noreply.github.com> Date: Sun, 12 Feb 2023 19:44:20 -0500 Subject: [PATCH] =?UTF-8?q?fix:=20one=20area=20code=20didn=E2=80=99t=20hav?= =?UTF-8?q?e=20the=20'or'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MonsterRegularExpression_NANPA_formats.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MonsterRegularExpression_NANPA_formats.cs b/MonsterRegularExpression_NANPA_formats.cs index f83df08..91a027d 100644 --- a/MonsterRegularExpression_NANPA_formats.cs +++ b/MonsterRegularExpression_NANPA_formats.cs @@ -17,7 +17,7 @@ class TelephoneFormatDetection "(^" + "(?([2-79](11|22|33|44|55|66|77|88|99)))$|" + "(" + - "(?[2-9]9[0-9]|39[0-9]|96[0-9])" + + "(?[2-9]9[0-9]|39[0-9]|96[0-9])|" + "(?(5[00|2[1-9]|33|44|66|77|88]))|" + "(?(6[00|22]))|" + "(?(700))|" +