Home | History | Annotate | Download | only in util

Lines Matching refs:Pattern

20 import java.util.regex.Pattern;
30 * This pattern is auto-generated by frameworks/ex/common/tools/make-iana-tld-pattern.py
61 * Regular expression pattern to match all IANA top-level domains.
63 public static final Pattern TOP_LEVEL_DOMAIN =
64 Pattern.compile(TOP_LEVEL_DOMAIN_STR);
70 * This pattern is auto-generated by frameworks/ex/common/tools/make-iana-tld-pattern.py
111 * Regular expression pattern to match most part of RFC 3987
115 public static final Pattern WEB_URL = Pattern.compile(
133 public static final Pattern IP_ADDRESS
134 = Pattern.compile(
140 public static final Pattern DOMAIN_NAME
141 = Pattern.compile(
146 public static final Pattern EMAIL_ADDRESS
147 = Pattern.compile(
158 * This pattern is intended for searching for things that look like they
163 * <p> The pattern matches the following:
171 public static final Pattern PHONE
172 = Pattern.compile( // sdd = space, dot, or dash