1/*
2 * Copyright (C) 2007 The Android Open Source Project
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 *
17 * Download latest version here:
18 * https://android.googlesource.com/platform/frameworks/base.git/+/master/core/java/android/util/Patterns.java
19 *
20 *
21 */
22package eu.siacs.conversations.utils;
23import java.util.regex.Matcher;
24import java.util.regex.Pattern;
25/**
26 * Commonly used regular expression patterns.
27 */
28public class Patterns {
29
30 public static final Pattern XMPP_PATTERN = Pattern
31 .compile("xmpp\\:(?:(?:["
32 + Patterns.GOOD_IRI_CHAR
33 + "\\;\\/\\?\\@\\&\\=\\#\\~\\-\\.\\+\\!\\*\\'\\(\\)\\,\\_])"
34 + "|(?:\\%[a-fA-F0-9]{2}))+");
35
36 /**
37 * Regular expression to match all IANA top-level domains.
38 * List accurate as of 2011/07/18. List taken from:
39 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
40 * This pattern is auto-generated by frameworks/ex/common/tools/make-iana-tld-pattern.py
41 *
42 * @deprecated Due to the recent profileration of gTLDs, this API is
43 * expected to become out-of-date very quickly. Therefore it is now
44 * deprecated.
45 */
46 @Deprecated
47 public static final String TOP_LEVEL_DOMAIN_STR =
48 "((aero|arpa|asia|a[cdefgilmnoqrstuwxz])"
49 + "|(biz|b[abdefghijmnorstvwyz])"
50 + "|(cat|com|coop|c[acdfghiklmnoruvxyz])"
51 + "|d[ejkmoz]"
52 + "|(edu|e[cegrstu])"
53 + "|f[ijkmor]"
54 + "|(gov|g[abdefghilmnpqrstuwy])"
55 + "|h[kmnrtu]"
56 + "|(info|int|i[delmnoqrst])"
57 + "|(jobs|j[emop])"
58 + "|k[eghimnprwyz]"
59 + "|l[abcikrstuvy]"
60 + "|(mil|mobi|museum|m[acdeghklmnopqrstuvwxyz])"
61 + "|(name|net|n[acefgilopruz])"
62 + "|(org|om)"
63 + "|(pro|p[aefghklmnrstwy])"
64 + "|qa"
65 + "|r[eosuw]"
66 + "|s[abcdeghijklmnortuvyz]"
67 + "|(tel|travel|t[cdfghjklmnoprtvwz])"
68 + "|u[agksyz]"
69 + "|v[aceginu]"
70 + "|w[fs]"
71 + "|(\u03b4\u03bf\u03ba\u03b9\u03bc\u03ae|\u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435|\u0440\u0444|\u0441\u0440\u0431|\u05d8\u05e2\u05e1\u05d8|\u0622\u0632\u0645\u0627\u06cc\u0634\u06cc|\u0625\u062e\u062a\u0628\u0627\u0631|\u0627\u0644\u0627\u0631\u062f\u0646|\u0627\u0644\u062c\u0632\u0627\u0626\u0631|\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629|\u0627\u0644\u0645\u063a\u0631\u0628|\u0627\u0645\u0627\u0631\u0627\u062a|\u0628\u06be\u0627\u0631\u062a|\u062a\u0648\u0646\u0633|\u0633\u0648\u0631\u064a\u0629|\u0641\u0644\u0633\u0637\u064a\u0646|\u0642\u0637\u0631|\u0645\u0635\u0631|\u092a\u0930\u0940\u0915\u094d\u0937\u093e|\u092d\u093e\u0930\u0924|\u09ad\u09be\u09b0\u09a4|\u0a2d\u0a3e\u0a30\u0a24|\u0aad\u0abe\u0ab0\u0aa4|\u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0bbe|\u0b87\u0bb2\u0b99\u0bcd\u0b95\u0bc8|\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd|\u0baa\u0bb0\u0bbf\u0b9f\u0bcd\u0b9a\u0bc8|\u0c2d\u0c3e\u0c30\u0c24\u0c4d|\u0dbd\u0d82\u0d9a\u0dcf|\u0e44\u0e17\u0e22|\u30c6\u30b9\u30c8|\u4e2d\u56fd|\u4e2d\u570b|\u53f0\u6e7e|\u53f0\u7063|\u65b0\u52a0\u5761|\u6d4b\u8bd5|\u6e2c\u8a66|\u9999\u6e2f|\ud14c\uc2a4\ud2b8|\ud55c\uad6d|xn\\-\\-0zwm56d|xn\\-\\-11b5bs3a9aj6g|xn\\-\\-3e0b707e|xn\\-\\-45brj9c|xn\\-\\-80akhbyknj4f|xn\\-\\-90a3ac|xn\\-\\-9t4b11yi5a|xn\\-\\-clchc0ea0b2g2a9gcd|xn\\-\\-deba0ad|xn\\-\\-fiqs8s|xn\\-\\-fiqz9s|xn\\-\\-fpcrj9c3d|xn\\-\\-fzc2c9e2c|xn\\-\\-g6w251d|xn\\-\\-gecrj9c|xn\\-\\-h2brj9c|xn\\-\\-hgbk6aj7f53bba|xn\\-\\-hlcj6aya9esc7a|xn\\-\\-j6w193g|xn\\-\\-jxalpdlp|xn\\-\\-kgbechtv|xn\\-\\-kprw13d|xn\\-\\-kpry57d|xn\\-\\-lgbbat1ad8j|xn\\-\\-mgbaam7a8h|xn\\-\\-mgbayh7gpa|xn\\-\\-mgbbh1a71e|xn\\-\\-mgbc0a9azcg|xn\\-\\-mgberp4a5d4ar|xn\\-\\-o3cw4h|xn\\-\\-ogbpf8fl|xn\\-\\-p1ai|xn\\-\\-pgbs0dh|xn\\-\\-s9brj9c|xn\\-\\-wgbh1c|xn\\-\\-wgbl6a|xn\\-\\-xkc2al3hye2a|xn\\-\\-xkc2dl3a5ee0h|xn\\-\\-yfro4i67o|xn\\-\\-ygbi2ammx|xn\\-\\-zckzah|xxx)"
72 + "|y[et]"
73 + "|z[amw])";
74 /**
75 * Regular expression pattern to match all IANA top-level domains.
76 * @deprecated This API is deprecated. See {@link #TOP_LEVEL_DOMAIN_STR}.
77 */
78 @Deprecated
79 public static final Pattern TOP_LEVEL_DOMAIN =
80 Pattern.compile(TOP_LEVEL_DOMAIN_STR);
81 /**
82 * Regular expression to match all IANA top-level domains for WEB_URL.
83 * List accurate as of 2011/07/18. List taken from:
84 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
85 * This pattern is auto-generated by frameworks/ex/common/tools/make-iana-tld-pattern.py
86 *
87 * @deprecated This API is deprecated. See {@link #TOP_LEVEL_DOMAIN_STR}.
88 */
89 @Deprecated
90 public static final String TOP_LEVEL_DOMAIN_STR_FOR_WEB_URL =
91 "(?:"
92 + "(?:aero|arpa|asia|a[cdefgilmnoqrstuwxz])"
93 + "|(?:biz|b[abdefghijmnorstvwyz])"
94 + "|(?:cat|com|coop|c[acdfghiklmnoruvxyz])"
95 + "|d[ejkmoz]"
96 + "|(?:edu|e[cegrstu])"
97 + "|f[ijkmor]"
98 + "|(?:gov|g[abdefghilmnpqrstuwy])"
99 + "|h[kmnrtu]"
100 + "|(?:info|int|i[delmnoqrst])"
101 + "|(?:jobs|j[emop])"
102 + "|k[eghimnprwyz]"
103 + "|l[abcikrstuvy]"
104 + "|(?:mil|mobi|museum|m[acdeghklmnopqrstuvwxyz])"
105 + "|(?:name|net|n[acefgilopruz])"
106 + "|(?:org|om)"
107 + "|(?:pro|p[aefghklmnrstwy])"
108 + "|qa"
109 + "|r[eosuw]"
110 + "|s[abcdeghijklmnortuvyz]"
111 + "|(?:tel|travel|t[cdfghjklmnoprtvwz])"
112 + "|u[agksyz]"
113 + "|v[aceginu]"
114 + "|w[fs]"
115 + "|(?:\u03b4\u03bf\u03ba\u03b9\u03bc\u03ae|\u0438\u0441\u043f\u044b\u0442\u0430\u043d\u0438\u0435|\u0440\u0444|\u0441\u0440\u0431|\u05d8\u05e2\u05e1\u05d8|\u0622\u0632\u0645\u0627\u06cc\u0634\u06cc|\u0625\u062e\u062a\u0628\u0627\u0631|\u0627\u0644\u0627\u0631\u062f\u0646|\u0627\u0644\u062c\u0632\u0627\u0626\u0631|\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629|\u0627\u0644\u0645\u063a\u0631\u0628|\u0627\u0645\u0627\u0631\u0627\u062a|\u0628\u06be\u0627\u0631\u062a|\u062a\u0648\u0646\u0633|\u0633\u0648\u0631\u064a\u0629|\u0641\u0644\u0633\u0637\u064a\u0646|\u0642\u0637\u0631|\u0645\u0635\u0631|\u092a\u0930\u0940\u0915\u094d\u0937\u093e|\u092d\u093e\u0930\u0924|\u09ad\u09be\u09b0\u09a4|\u0a2d\u0a3e\u0a30\u0a24|\u0aad\u0abe\u0ab0\u0aa4|\u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0bbe|\u0b87\u0bb2\u0b99\u0bcd\u0b95\u0bc8|\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd|\u0baa\u0bb0\u0bbf\u0b9f\u0bcd\u0b9a\u0bc8|\u0c2d\u0c3e\u0c30\u0c24\u0c4d|\u0dbd\u0d82\u0d9a\u0dcf|\u0e44\u0e17\u0e22|\u30c6\u30b9\u30c8|\u4e2d\u56fd|\u4e2d\u570b|\u53f0\u6e7e|\u53f0\u7063|\u65b0\u52a0\u5761|\u6d4b\u8bd5|\u6e2c\u8a66|\u9999\u6e2f|\ud14c\uc2a4\ud2b8|\ud55c\uad6d|xn\\-\\-0zwm56d|xn\\-\\-11b5bs3a9aj6g|xn\\-\\-3e0b707e|xn\\-\\-45brj9c|xn\\-\\-80akhbyknj4f|xn\\-\\-90a3ac|xn\\-\\-9t4b11yi5a|xn\\-\\-clchc0ea0b2g2a9gcd|xn\\-\\-deba0ad|xn\\-\\-fiqs8s|xn\\-\\-fiqz9s|xn\\-\\-fpcrj9c3d|xn\\-\\-fzc2c9e2c|xn\\-\\-g6w251d|xn\\-\\-gecrj9c|xn\\-\\-h2brj9c|xn\\-\\-hgbk6aj7f53bba|xn\\-\\-hlcj6aya9esc7a|xn\\-\\-j6w193g|xn\\-\\-jxalpdlp|xn\\-\\-kgbechtv|xn\\-\\-kprw13d|xn\\-\\-kpry57d|xn\\-\\-lgbbat1ad8j|xn\\-\\-mgbaam7a8h|xn\\-\\-mgbayh7gpa|xn\\-\\-mgbbh1a71e|xn\\-\\-mgbc0a9azcg|xn\\-\\-mgberp4a5d4ar|xn\\-\\-o3cw4h|xn\\-\\-ogbpf8fl|xn\\-\\-p1ai|xn\\-\\-pgbs0dh|xn\\-\\-s9brj9c|xn\\-\\-wgbh1c|xn\\-\\-wgbl6a|xn\\-\\-xkc2al3hye2a|xn\\-\\-xkc2dl3a5ee0h|xn\\-\\-yfro4i67o|xn\\-\\-ygbi2ammx|xn\\-\\-zckzah|xxx)"
116 + "|y[et]"
117 + "|z[amw]))";
118 /**
119 * Regular expression to match all IANA top-level domains.
120 *
121 * List accurate as of 2015/11/24. List taken from:
122 * http://data.iana.org/TLD/tlds-alpha-by-domain.txt
123 * This pattern is auto-generated by frameworks/ex/common/tools/make-iana-tld-pattern.py
124 *
125 * @hide
126 */
127 static final String IANA_TOP_LEVEL_DOMAINS =
128 "(?:"
129 + "(?:aaa|aarp|abb|abbott|abogado|academy|accenture|accountant|accountants|aco|active"
130 + "|actor|ads|adult|aeg|aero|afl|agency|aig|airforce|airtel|allfinanz|alsace|amica|amsterdam"
131 + "|android|apartments|app|apple|aquarelle|aramco|archi|army|arpa|arte|asia|associates"
132 + "|attorney|auction|audio|auto|autos|axa|azure|a[cdefgilmoqrstuwxz])"
133 + "|(?:band|bank|bar|barcelona|barclaycard|barclays|bargains|bauhaus|bayern|bbc|bbva"
134 + "|bcn|beats|beer|bentley|berlin|best|bet|bharti|bible|bid|bike|bing|bingo|bio|biz|black"
135 + "|blackfriday|bloomberg|blue|bms|bmw|bnl|bnpparibas|boats|bom|bond|boo|boots|boutique"
136 + "|bradesco|bridgestone|broadway|broker|brother|brussels|budapest|build|builders|business"
137 + "|buzz|bzh|b[abdefghijmnorstvwyz])"
138 + "|(?:cab|cafe|cal|camera|camp|cancerresearch|canon|capetown|capital|car|caravan|cards"
139 + "|care|career|careers|cars|cartier|casa|cash|casino|cat|catering|cba|cbn|ceb|center|ceo"
140 + "|cern|cfa|cfd|chanel|channel|chat|cheap|chloe|christmas|chrome|church|cipriani|cisco"
141 + "|citic|city|cityeats|claims|cleaning|click|clinic|clothing|cloud|club|clubmed|coach"
142 + "|codes|coffee|college|cologne|com|commbank|community|company|computer|comsec|condos"
143 + "|construction|consulting|contractors|cooking|cool|coop|corsica|country|coupons|courses"
144 + "|credit|creditcard|creditunion|cricket|crown|crs|cruises|csc|cuisinella|cymru|cyou|c[acdfghiklmnoruvwxyz])"
145 + "|(?:dabur|dad|dance|date|dating|datsun|day|dclk|deals|degree|delivery|dell|delta"
146 + "|democrat|dental|dentist|desi|design|dev|diamonds|diet|digital|direct|directory|discount"
147 + "|dnp|docs|dog|doha|domains|doosan|download|drive|durban|dvag|d[ejkmoz])"
148 + "|(?:earth|eat|edu|education|email|emerck|energy|engineer|engineering|enterprises"
149 + "|epson|equipment|erni|esq|estate|eurovision|eus|events|everbank|exchange|expert|exposed"
150 + "|express|e[cegrstu])"
151 + "|(?:fage|fail|fairwinds|faith|family|fan|fans|farm|fashion|feedback|ferrero|film"
152 + "|final|finance|financial|firmdale|fish|fishing|fit|fitness|flights|florist|flowers|flsmidth"
153 + "|fly|foo|football|forex|forsale|forum|foundation|frl|frogans|fund|furniture|futbol|fyi"
154 + "|f[ijkmor])"
155 + "|(?:gal|gallery|game|garden|gbiz|gdn|gea|gent|genting|ggee|gift|gifts|gives|giving"
156 + "|glass|gle|global|globo|gmail|gmo|gmx|gold|goldpoint|golf|goo|goog|google|gop|gov|grainger"
157 + "|graphics|gratis|green|gripe|group|gucci|guge|guide|guitars|guru|g[abdefghilmnpqrstuwy])"
158 + "|(?:hamburg|hangout|haus|healthcare|help|here|hermes|hiphop|hitachi|hiv|hockey|holdings"
159 + "|holiday|homedepot|homes|honda|horse|host|hosting|hoteles|hotmail|house|how|hsbc|hyundai"
160 + "|h[kmnrtu])"
161 + "|(?:ibm|icbc|ice|icu|ifm|iinet|immo|immobilien|industries|infiniti|info|ing|ink|institute"
162 + "|insure|int|international|investments|ipiranga|irish|ist|istanbul|itau|iwc|i[delmnoqrst])"
163 + "|(?:jaguar|java|jcb|jetzt|jewelry|jlc|jll|jobs|joburg|jprs|juegos|j[emop])"
164 + "|(?:kaufen|kddi|kia|kim|kinder|kitchen|kiwi|koeln|komatsu|krd|kred|kyoto|k[eghimnprwyz])"
165 + "|(?:lacaixa|lancaster|land|landrover|lasalle|lat|latrobe|law|lawyer|lds|lease|leclerc"
166 + "|legal|lexus|lgbt|liaison|lidl|life|lifestyle|lighting|limited|limo|linde|link|live"
167 + "|lixil|loan|loans|lol|london|lotte|lotto|love|ltd|ltda|lupin|luxe|luxury|l[abcikrstuvy])"
168 + "|(?:madrid|maif|maison|man|management|mango|market|marketing|markets|marriott|mba"
169 + "|media|meet|melbourne|meme|memorial|men|menu|meo|miami|microsoft|mil|mini|mma|mobi|moda"
170 + "|moe|moi|mom|monash|money|montblanc|mormon|mortgage|moscow|motorcycles|mov|movie|movistar"
171 + "|mtn|mtpc|mtr|museum|mutuelle|m[acdeghklmnopqrstuvwxyz])"
172 + "|(?:nadex|nagoya|name|navy|nec|net|netbank|network|neustar|new|news|nexus|ngo|nhk"
173 + "|nico|ninja|nissan|nokia|nra|nrw|ntt|nyc|n[acefgilopruz])"
174 + "|(?:obi|office|okinawa|omega|one|ong|onl|online|ooo|oracle|orange|org|organic|osaka"
175 + "|otsuka|ovh|om)"
176 + "|(?:page|panerai|paris|partners|parts|party|pet|pharmacy|philips|photo|photography"
177 + "|photos|physio|piaget|pics|pictet|pictures|ping|pink|pizza|place|play|playstation|plumbing"
178 + "|plus|pohl|poker|porn|post|praxi|press|pro|prod|productions|prof|properties|property"
179 + "|protection|pub|p[aefghklmnrstwy])"
180 + "|(?:qpon|quebec|qa)"
181 + "|(?:racing|realtor|realty|recipes|red|redstone|rehab|reise|reisen|reit|ren|rent|rentals"
182 + "|repair|report|republican|rest|restaurant|review|reviews|rich|ricoh|rio|rip|rocher|rocks"
183 + "|rodeo|rsvp|ruhr|run|rwe|ryukyu|r[eosuw])"
184 + "|(?:saarland|sakura|sale|samsung|sandvik|sandvikcoromant|sanofi|sap|sapo|sarl|saxo"
185 + "|sbs|sca|scb|schmidt|scholarships|school|schule|schwarz|science|scor|scot|seat|security"
186 + "|seek|sener|services|seven|sew|sex|sexy|shiksha|shoes|show|shriram|singles|site|ski"
187 + "|sky|skype|sncf|soccer|social|software|sohu|solar|solutions|sony|soy|space|spiegel|spreadbetting"
188 + "|srl|stada|starhub|statoil|stc|stcgroup|stockholm|studio|study|style|sucks|supplies"
189 + "|supply|support|surf|surgery|suzuki|swatch|swiss|sydney|systems|s[abcdeghijklmnortuvxyz])"
190 + "|(?:tab|taipei|tatamotors|tatar|tattoo|tax|taxi|team|tech|technology|tel|telefonica"
191 + "|temasek|tennis|thd|theater|theatre|tickets|tienda|tips|tires|tirol|today|tokyo|tools"
192 + "|top|toray|toshiba|tours|town|toyota|toys|trade|trading|training|travel|trust|tui|t[cdfghjklmnortvwz])"
193 + "|(?:ubs|university|uno|uol|u[agksyz])"
194 + "|(?:vacations|vana|vegas|ventures|versicherung|vet|viajes|video|villas|vin|virgin"
195 + "|vision|vista|vistaprint|viva|vlaanderen|vodka|vote|voting|voto|voyage|v[aceginu])"
196 + "|(?:wales|walter|wang|watch|webcam|website|wed|wedding|weir|whoswho|wien|wiki|williamhill"
197 + "|win|windows|wine|wme|work|works|world|wtc|wtf|w[fs])"
198 + "|(?:\u03b5\u03bb|\u0431\u0435\u043b|\u0434\u0435\u0442\u0438|\u043a\u043e\u043c|\u043c\u043a\u0434"
199 + "|\u043c\u043e\u043d|\u043c\u043e\u0441\u043a\u0432\u0430|\u043e\u043d\u043b\u0430\u0439\u043d"
200 + "|\u043e\u0440\u0433|\u0440\u0443\u0441|\u0440\u0444|\u0441\u0430\u0439\u0442|\u0441\u0440\u0431"
201 + "|\u0443\u043a\u0440|\u049b\u0430\u0437|\u0570\u0561\u0575|\u05e7\u05d5\u05dd|\u0627\u0631\u0627\u0645\u0643\u0648"
202 + "|\u0627\u0644\u0627\u0631\u062f\u0646|\u0627\u0644\u062c\u0632\u0627\u0626\u0631|\u0627\u0644\u0633\u0639\u0648\u062f\u064a\u0629"
203 + "|\u0627\u0644\u0645\u063a\u0631\u0628|\u0627\u0645\u0627\u0631\u0627\u062a|\u0627\u06cc\u0631\u0627\u0646"
204 + "|\u0628\u0627\u0632\u0627\u0631|\u0628\u06be\u0627\u0631\u062a|\u062a\u0648\u0646\u0633"
205 + "|\u0633\u0648\u062f\u0627\u0646|\u0633\u0648\u0631\u064a\u0629|\u0634\u0628\u0643\u0629"
206 + "|\u0639\u0631\u0627\u0642|\u0639\u0645\u0627\u0646|\u0641\u0644\u0633\u0637\u064a\u0646"
207 + "|\u0642\u0637\u0631|\u0643\u0648\u0645|\u0645\u0635\u0631|\u0645\u0644\u064a\u0633\u064a\u0627"
208 + "|\u0645\u0648\u0642\u0639|\u0915\u0949\u092e|\u0928\u0947\u091f|\u092d\u093e\u0930\u0924"
209 + "|\u0938\u0902\u0917\u0920\u0928|\u09ad\u09be\u09b0\u09a4|\u0a2d\u0a3e\u0a30\u0a24|\u0aad\u0abe\u0ab0\u0aa4"
210 + "|\u0b87\u0ba8\u0bcd\u0ba4\u0bbf\u0baf\u0bbe|\u0b87\u0bb2\u0b99\u0bcd\u0b95\u0bc8|\u0b9a\u0bbf\u0b99\u0bcd\u0b95\u0baa\u0bcd\u0baa\u0bc2\u0bb0\u0bcd"
211 + "|\u0c2d\u0c3e\u0c30\u0c24\u0c4d|\u0dbd\u0d82\u0d9a\u0dcf|\u0e04\u0e2d\u0e21|\u0e44\u0e17\u0e22"
212 + "|\u10d2\u10d4|\u307f\u3093\u306a|\u30b0\u30fc\u30b0\u30eb|\u30b3\u30e0|\u4e16\u754c"
213 + "|\u4e2d\u4fe1|\u4e2d\u56fd|\u4e2d\u570b|\u4e2d\u6587\u7f51|\u4f01\u4e1a|\u4f5b\u5c71"
214 + "|\u4fe1\u606f|\u5065\u5eb7|\u516b\u5366|\u516c\u53f8|\u516c\u76ca|\u53f0\u6e7e|\u53f0\u7063"
215 + "|\u5546\u57ce|\u5546\u5e97|\u5546\u6807|\u5728\u7ebf|\u5927\u62ff|\u5a31\u4e50|\u5de5\u884c"
216 + "|\u5e7f\u4e1c|\u6148\u5584|\u6211\u7231\u4f60|\u624b\u673a|\u653f\u52a1|\u653f\u5e9c"
217 + "|\u65b0\u52a0\u5761|\u65b0\u95fb|\u65f6\u5c1a|\u673a\u6784|\u6de1\u9a6c\u9521|\u6e38\u620f"
218 + "|\u70b9\u770b|\u79fb\u52a8|\u7ec4\u7ec7\u673a\u6784|\u7f51\u5740|\u7f51\u5e97|\u7f51\u7edc"
219 + "|\u8c37\u6b4c|\u96c6\u56e2|\u98de\u5229\u6d66|\u9910\u5385|\u9999\u6e2f|\ub2f7\ub137"
220 + "|\ub2f7\ucef4|\uc0bc\uc131|\ud55c\uad6d|xbox"
221 + "|xerox|xin|xn\\-\\-11b4c3d|xn\\-\\-1qqw23a|xn\\-\\-30rr7y|xn\\-\\-3bst00m|xn\\-\\-3ds443g"
222 + "|xn\\-\\-3e0b707e|xn\\-\\-3pxu8k|xn\\-\\-42c2d9a|xn\\-\\-45brj9c|xn\\-\\-45q11c|xn\\-\\-4gbrim"
223 + "|xn\\-\\-55qw42g|xn\\-\\-55qx5d|xn\\-\\-6frz82g|xn\\-\\-6qq986b3xl|xn\\-\\-80adxhks"
224 + "|xn\\-\\-80ao21a|xn\\-\\-80asehdb|xn\\-\\-80aswg|xn\\-\\-90a3ac|xn\\-\\-90ais|xn\\-\\-9dbq2a"
225 + "|xn\\-\\-9et52u|xn\\-\\-b4w605ferd|xn\\-\\-c1avg|xn\\-\\-c2br7g|xn\\-\\-cg4bki|xn\\-\\-clchc0ea0b2g2a9gcd"
226 + "|xn\\-\\-czr694b|xn\\-\\-czrs0t|xn\\-\\-czru2d|xn\\-\\-d1acj3b|xn\\-\\-d1alf|xn\\-\\-efvy88h"
227 + "|xn\\-\\-estv75g|xn\\-\\-fhbei|xn\\-\\-fiq228c5hs|xn\\-\\-fiq64b|xn\\-\\-fiqs8s|xn\\-\\-fiqz9s"
228 + "|xn\\-\\-fjq720a|xn\\-\\-flw351e|xn\\-\\-fpcrj9c3d|xn\\-\\-fzc2c9e2c|xn\\-\\-gecrj9c"
229 + "|xn\\-\\-h2brj9c|xn\\-\\-hxt814e|xn\\-\\-i1b6b1a6a2e|xn\\-\\-imr513n|xn\\-\\-io0a7i"
230 + "|xn\\-\\-j1aef|xn\\-\\-j1amh|xn\\-\\-j6w193g|xn\\-\\-kcrx77d1x4a|xn\\-\\-kprw13d|xn\\-\\-kpry57d"
231 + "|xn\\-\\-kput3i|xn\\-\\-l1acc|xn\\-\\-lgbbat1ad8j|xn\\-\\-mgb9awbf|xn\\-\\-mgba3a3ejt"
232 + "|xn\\-\\-mgba3a4f16a|xn\\-\\-mgbaam7a8h|xn\\-\\-mgbab2bd|xn\\-\\-mgbayh7gpa|xn\\-\\-mgbbh1a71e"
233 + "|xn\\-\\-mgbc0a9azcg|xn\\-\\-mgberp4a5d4ar|xn\\-\\-mgbpl2fh|xn\\-\\-mgbtx2b|xn\\-\\-mgbx4cd0ab"
234 + "|xn\\-\\-mk1bu44c|xn\\-\\-mxtq1m|xn\\-\\-ngbc5azd|xn\\-\\-node|xn\\-\\-nqv7f|xn\\-\\-nqv7fs00ema"
235 + "|xn\\-\\-nyqy26a|xn\\-\\-o3cw4h|xn\\-\\-ogbpf8fl|xn\\-\\-p1acf|xn\\-\\-p1ai|xn\\-\\-pgbs0dh"
236 + "|xn\\-\\-pssy2u|xn\\-\\-q9jyb4c|xn\\-\\-qcka1pmc|xn\\-\\-qxam|xn\\-\\-rhqv96g|xn\\-\\-s9brj9c"
237 + "|xn\\-\\-ses554g|xn\\-\\-t60b56a|xn\\-\\-tckwe|xn\\-\\-unup4y|xn\\-\\-vermgensberater\\-ctb"
238 + "|xn\\-\\-vermgensberatung\\-pwb|xn\\-\\-vhquv|xn\\-\\-vuq861b|xn\\-\\-wgbh1c|xn\\-\\-wgbl6a"
239 + "|xn\\-\\-xhq521b|xn\\-\\-xkc2al3hye2a|xn\\-\\-xkc2dl3a5ee0h|xn\\-\\-y9a3aq|xn\\-\\-yfro4i67o"
240 + "|xn\\-\\-ygbi2ammx|xn\\-\\-zfr164b|xperia|xxx|xyz)"
241 + "|(?:yachts|yamaxun|yandex|yodobashi|yoga|yokohama|youtube|y[et])"
242 + "|(?:zara|zip|zone|zuerich|z[amw]))";
243 /**
244 * Kept for backward compatibility reasons.
245 *
246 * @deprecated Deprecated since it does not include all IRI characters defined in RFC 3987
247 */
248 @Deprecated
249 public static final String GOOD_IRI_CHAR =
250 "a-zA-Z0-9\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF";
251 public static final Pattern IP_ADDRESS
252 = Pattern.compile(
253 "((25[0-5]|2[0-4][0-9]|[0-1][0-9]{2}|[1-9][0-9]|[1-9])\\.(25[0-5]|2[0-4]"
254 + "[0-9]|[0-1][0-9]{2}|[1-9][0-9]|[1-9]|0)\\.(25[0-5]|2[0-4][0-9]|[0-1]"
255 + "[0-9]{2}|[1-9][0-9]|[1-9]|0)\\.(25[0-5]|2[0-4][0-9]|[0-1][0-9]{2}"
256 + "|[1-9][0-9]|[0-9]))");
257
258 /**
259 * IPv6 address matcher for
260 * IPv6 addresses
261 * zero compressed IPv6 addresses (section 2.2 of rfc5952)
262 * link-local IPv6 addresses with zone index (section 11 of rfc4007)
263 * IPv4-Embedded IPv6 Address (section 2 of rfc6052)
264 * IPv4-mapped IPv6 addresses (section 2.1 of rfc2765)
265 * IPv4-translated addresses (section 2.1 of rfc2765)
266 *
267 * Taken from https://stackoverflow.com/questions/53497/regular-expression-that-matches-valid-ipv6-addresses/17871737#17871737
268 */
269 public static final Pattern IP6_ADDRESS
270 = Pattern.compile(
271 "\\[" +
272 "(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|" +
273 "([0-9a-fA-F]{1,4}:){1,7}:|" +
274 "([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|" +
275 "([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|" +
276 "([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|" +
277 "([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|" +
278 "([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|" +
279 "[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|" +
280 ":((:[0-9a-fA-F]{1,4}){1,7}|:)|" +
281 "fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|" +
282 "::(ffff(:0{1,4}){0,1}:){0,1}" +
283 "((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}" +
284 "(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|" +
285 "([0-9a-fA-F]{1,4}:){1,4}:" +
286 "((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\\.){3,3}" +
287 "(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))" +
288 "\\]"
289 );
290 /**
291 * Valid UCS characters defined in RFC 3987. Excludes space characters.
292 */
293 private static final String UCS_CHAR = "[" +
294 "\u00A0-\uD7FF" +
295 "\uF900-\uFDCF" +
296 "\uFDF0-\uFFEF" +
297 "\uD800\uDC00-\uD83F\uDFFD" +
298 "\uD840\uDC00-\uD87F\uDFFD" +
299 "\uD880\uDC00-\uD8BF\uDFFD" +
300 "\uD8C0\uDC00-\uD8FF\uDFFD" +
301 "\uD900\uDC00-\uD93F\uDFFD" +
302 "\uD940\uDC00-\uD97F\uDFFD" +
303 "\uD980\uDC00-\uD9BF\uDFFD" +
304 "\uD9C0\uDC00-\uD9FF\uDFFD" +
305 "\uDA00\uDC00-\uDA3F\uDFFD" +
306 "\uDA40\uDC00-\uDA7F\uDFFD" +
307 "\uDA80\uDC00-\uDABF\uDFFD" +
308 "\uDAC0\uDC00-\uDAFF\uDFFD" +
309 "\uDB00\uDC00-\uDB3F\uDFFD" +
310 "\uDB44\uDC00-\uDB7F\uDFFD" +
311 "&&[^\u00A0[\u2000-\u200A]\u2028\u2029\u202F\u3000]]";
312 /**
313 * Valid characters for IRI label defined in RFC 3987.
314 */
315 private static final String LABEL_CHAR = "a-zA-Z0-9" + UCS_CHAR;
316 /**
317 * Valid characters for IRI TLD defined in RFC 3987.
318 */
319 private static final String TLD_CHAR = "a-zA-Z" + UCS_CHAR;
320 /**
321 * RFC 1035 Section 2.3.4 limits the labels to a maximum 63 octets.
322 */
323 private static final String IRI_LABEL =
324 "[" + LABEL_CHAR + "](?:[" + LABEL_CHAR + "\\-]{0,61}[" + LABEL_CHAR + "]){0,1}";
325 /**
326 * RFC 3492 references RFC 1034 and limits Punycode algorithm output to 63 characters.
327 */
328 private static final String PUNYCODE_TLD = "xn\\-\\-[\\w\\-]{0,58}\\w";
329 private static final String TLD = "(" + PUNYCODE_TLD + "|" + "[" + TLD_CHAR + "]{2,63}" +")";
330 private static final String HOST_NAME = "(" + IRI_LABEL + "\\.)+" + TLD;
331 public static final Pattern DOMAIN_NAME
332 = Pattern.compile("(" + HOST_NAME + "|" + IP6_ADDRESS + "|" + IP_ADDRESS +")");
333 private static final String PROTOCOL = "(?i:http|https|rtsp):\\/\\/";
334 /* A word boundary or end of input. This is to stop foo.sure from matching as foo.su */
335 private static final String WORD_BOUNDARY = "(?:\\b|$|^)";
336 private static final String USER_INFO = "(?:[a-zA-Z0-9\\$\\-\\_\\.\\+\\!\\*\\'\\(\\)"
337 + "\\,\\;\\?\\&\\=]|(?:\\%[a-fA-F0-9]{2})){1,64}(?:\\:(?:[a-zA-Z0-9\\$\\-\\_"
338 + "\\.\\+\\!\\*\\'\\(\\)\\,\\;\\?\\&\\=]|(?:\\%[a-fA-F0-9]{2})){1,25})?\\@";
339 private static final String PORT_NUMBER = "\\:\\d{1,5}";
340 private static final String PATH_AND_QUERY = "\\/(?:(?:[" + LABEL_CHAR
341 + "\\;\\/\\?\\:\\@\\&\\=\\#\\~" // plus optional query params
342 + "\\-\\.\\+\\!\\*\\'\\(\\)\\,\\_\\$])|(?:\\%[a-fA-F0-9]{2}))*";
343 /**
344 * Regular expression pattern to match most part of RFC 3987
345 * Internationalized URLs, aka IRIs.
346 */
347 public static final Pattern WEB_URL = Pattern.compile("("
348 + "("
349 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")?"
350 + "(?:" + DOMAIN_NAME + ")"
351 + "(?:" + PORT_NUMBER + ")?"
352 + ")"
353 + "(" + PATH_AND_QUERY + ")?"
354 + WORD_BOUNDARY
355 + ")");
356 /**
357 * Regular expression that matches known TLDs and punycode TLDs
358 */
359 private static final String STRICT_TLD = "(?:" +
360 IANA_TOP_LEVEL_DOMAINS + "|" + PUNYCODE_TLD + ")";
361 /**
362 * Regular expression that matches host names using {@link #STRICT_TLD}
363 */
364 private static final String STRICT_HOST_NAME = "(?:(?:" + IRI_LABEL + "\\.)+"
365 + STRICT_TLD + ")";
366 /**
367 * Regular expression that matches domain names using either {@link #STRICT_HOST_NAME} or
368 * {@link #IP_ADDRESS}
369 */
370 private static final Pattern STRICT_DOMAIN_NAME
371 = Pattern.compile("(?:" + STRICT_HOST_NAME + "|" + IP_ADDRESS + "|" + IP6_ADDRESS + ")");
372 /**
373 * Regular expression that matches domain names without a TLD
374 */
375 private static final String RELAXED_DOMAIN_NAME =
376 "(?:" + "(?:" + IRI_LABEL + "(?:\\.(?=\\S))" +"?)+" + "|" + IP_ADDRESS + "|" + IP6_ADDRESS + ")";
377 /**
378 * Regular expression to match strings that do not start with a supported protocol. The TLDs
379 * are expected to be one of the known TLDs.
380 */
381 private static final String WEB_URL_WITHOUT_PROTOCOL = "("
382 + WORD_BOUNDARY
383 + "(?<!:\\/\\/)"
384 + "("
385 + "(?:" + STRICT_DOMAIN_NAME + ")"
386 + "(?:" + PORT_NUMBER + ")?"
387 + ")"
388 + "(?:" + PATH_AND_QUERY + ")?"
389 + ")";
390 /**
391 * Regular expression to match strings that start with a supported protocol. Rules for domain
392 * names and TLDs are more relaxed. TLDs are optional.
393 */
394 private static final String WEB_URL_WITH_PROTOCOL = "("
395 + WORD_BOUNDARY
396 + "(?:"
397 + "(?:" + PROTOCOL + "(?:" + USER_INFO + ")?" + ")"
398 + "(?:" + RELAXED_DOMAIN_NAME + ")?"
399 + "(?:" + PORT_NUMBER + ")?"
400 + ")"
401 + "(?:" + PATH_AND_QUERY + ")?"
402 + ")";
403 /**
404 * Regular expression pattern to match IRIs. If a string starts with http(s):// the expression
405 * tries to match the URL structure with a relaxed rule for TLDs. If the string does not start
406 * with http(s):// the TLDs are expected to be one of the known TLDs.
407 *
408 * @hide
409 */
410 public static final Pattern AUTOLINK_WEB_URL = Pattern.compile(
411 "(" + WEB_URL_WITH_PROTOCOL + "|" + WEB_URL_WITHOUT_PROTOCOL + ")");
412 /**
413 * Regular expression for valid email characters. Does not include some of the valid characters
414 * defined in RFC5321: #&~!^`{}/=$*?|
415 */
416 private static final String EMAIL_CHAR = LABEL_CHAR + "\\+\\-_%'";
417 /**
418 * Regular expression for local part of an email address. RFC5321 section 4.5.3.1.1 limits
419 * the local part to be at most 64 octets.
420 */
421 private static final String EMAIL_ADDRESS_LOCAL_PART =
422 "[" + EMAIL_CHAR + "]" + "(?:[" + EMAIL_CHAR + "\\.]{1,62}[" + EMAIL_CHAR + "])?";
423 /**
424 * Regular expression for the domain part of an email address. RFC5321 section 4.5.3.1.2 limits
425 * the domain to be at most 255 octets.
426 */
427 private static final String EMAIL_ADDRESS_DOMAIN =
428 "(?=.{1,255}(?:\\s|$|^))" + HOST_NAME;
429 /**
430 * Regular expression pattern to match email addresses. It excludes double quoted local parts
431 * and the special characters #&~!^`{}/=$*?| that are included in RFC5321.
432 * @hide
433 */
434 public static final Pattern AUTOLINK_EMAIL_ADDRESS = Pattern.compile("(" + WORD_BOUNDARY +
435 "(?:" + EMAIL_ADDRESS_LOCAL_PART + "@" + EMAIL_ADDRESS_DOMAIN + ")" +
436 WORD_BOUNDARY + ")"
437 );
438 public static final Pattern EMAIL_ADDRESS
439 = Pattern.compile(
440 "[a-zA-Z0-9\\+\\.\\_\\%\\-\\+]{1,256}" +
441 "\\@" +
442 "[a-zA-Z0-9][a-zA-Z0-9\\-]{0,64}" +
443 "(" +
444 "\\." +
445 "[a-zA-Z0-9][a-zA-Z0-9\\-]{0,25}" +
446 ")+"
447 );
448 /**
449 * This pattern is intended for searching for things that look like they
450 * might be phone numbers in arbitrary text, not for validating whether
451 * something is in fact a phone number. It will miss many things that
452 * are legitimate phone numbers.
453 *
454 * <p> The pattern matches the following:
455 * <ul>
456 * <li>Optionally, a + sign followed immediately by one or more digits. Spaces, dots, or dashes
457 * may follow.
458 * <li>Optionally, sets of digits in parentheses, separated by spaces, dots, or dashes.
459 * <li>A string starting and ending with a digit, containing digits, spaces, dots, and/or dashes.
460 * </ul>
461 */
462 public static final Pattern PHONE
463 = Pattern.compile( // sdd = space, dot, or dash
464 "(\\+[0-9]+[\\- \\.]*)?" // +<digits><sdd>*
465 + "(\\([0-9]+\\)[\\- \\.]*)?" // (<digits>)<sdd>*
466 + "([0-9][0-9\\- \\.]+[0-9])"); // <digit><digit|sdd>+<digit>
467 /**
468 * Convenience method to take all of the non-null matching groups in a
469 * regex Matcher and return them as a concatenated string.
470 *
471 * @param matcher The Matcher object from which grouped text will
472 * be extracted
473 *
474 * @return A String comprising all of the non-null matched
475 * groups concatenated together
476 */
477 public static final String concatGroups(Matcher matcher) {
478 StringBuilder b = new StringBuilder();
479 final int numGroups = matcher.groupCount();
480 for (int i = 1; i <= numGroups; i++) {
481 String s = matcher.group(i);
482 if (s != null) {
483 b.append(s);
484 }
485 }
486 return b.toString();
487 }
488 /**
489 * Convenience method to return only the digits and plus signs
490 * in the matching string.
491 *
492 * @param matcher The Matcher object from which digits and plus will
493 * be extracted
494 *
495 * @return A String comprising all of the digits and plus in
496 * the match
497 */
498 public static final String digitsAndPlusOnly(Matcher matcher) {
499 StringBuilder buffer = new StringBuilder();
500 String matchingRegion = matcher.group();
501 for (int i = 0, size = matchingRegion.length(); i < size; i++) {
502 char character = matchingRegion.charAt(i);
503 if (character == '+' || Character.isDigit(character)) {
504 buffer.append(character);
505 }
506 }
507 return buffer.toString();
508 }
509 /**
510 * Do not create this static utility class.
511 */
512 private Patterns() {}
513}