Skip to content

Commit

Permalink
fix: closes #37
Browse files Browse the repository at this point in the history
  • Loading branch information
RalphHightower authored Jan 29, 2023
1 parent 7528e07 commit 059ebc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MonsterRegularExpression_NANPA_formats.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ class TelephoneFormatDetection
"(?<AreaCode>([2-9][0-8])[0-9])" +
"-" +
"(?<Triple5Exchg>(555))-(?<EntertainNum>(01[0-9]{2}))|(?<InfoNum>(1212|4334))|(?<AssngNum>(0[2-9]){2}|[1-9][0-9]{2})|(?<Exchange>[2-9][0-9]{1})-(?<Number>[0-9]{3})"
")"$;
")$";

}

0 comments on commit 059ebc2

Please sign in to comment.