Skip to content

Commit 561b1e4

Browse files
Jean-Baptiste QueruAndroid Code Review
authored andcommitted
Merge "Added WEB_URL_PATTERN for Montenegro ".me""
2 parents 86568d7 + 06daf19 commit 561b1e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/java/android/text/util/Regex.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class Regex {
4343
+ "|(jobs|j[emop])"
4444
+ "|k[eghimnrwyz]"
4545
+ "|l[abcikrstuvy]"
46-
+ "|(mil|mobi|museum|m[acdghklmnopqrstuvwxyz])"
46+
+ "|(mil|mobi|museum|m[acdeghklmnopqrstuvwxyz])"
4747
+ "|(name|net|n[acefgilopruz])"
4848
+ "|(org|om)"
4949
+ "|(pro|p[aefghklmnrstwy])"
@@ -82,7 +82,7 @@ public class Regex {
8282
+ "|(?:jobs|j[emop])"
8383
+ "|k[eghimnrwyz]"
8484
+ "|l[abcikrstuvy]"
85-
+ "|(?:mil|mobi|museum|m[acdghklmnopqrstuvwxyz])"
85+
+ "|(?:mil|mobi|museum|m[acdeghklmnopqrstuvwxyz])"
8686
+ "|(?:name|net|n[acefgilopruz])"
8787
+ "|(?:org|om)"
8888
+ "|(?:pro|p[aefghklmnrstwy])"

0 commit comments

Comments
 (0)