Skip to content

Commit

Permalink
Update the validation patterns (GH-40)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtyomVancyan authored Jul 14, 2024
2 parents 4037245 + ba32272 commit 2f312b7
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions resources/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6331,36 +6331,33 @@
00|
2[13]
)|
95
9[56]
</leadingDigits>
<leadingDigits>
1(?:
00|
2(?:
11|
1|
39
)
)|
95
9[56]
</leadingDigits>
<leadingDigits>
1(?:
00|
2(?:
110|
1|
395
)
)|
95
9[56]
</leadingDigits>
<format>$1</format>
<intlFormat>NA</intlFormat>
</numberFormat>
<numberFormat pattern="(\d{5,6})">
<leadingDigits>
10|
96
</leadingDigits>
<leadingDigits>10</leadingDigits>
<format>$1</format>
<intlFormat>NA</intlFormat>
</numberFormat>
Expand Down Expand Up @@ -13572,7 +13569,10 @@
<possibleLengths national="9"/>
<exampleNumber>502345678</exampleNumber>
<nationalNumberPattern>
55410\d{4}|
55(?:
410|
57[0-289]
)\d{4}|
5(?:
(?:
[02][02-9]|
Expand Down

0 comments on commit 2f312b7

Please sign in to comment.