Example usage for Java android.util Patterns fields, constructors, methods, implement or subclass
The text is from its open source code.
Pattern | IP_ADDRESS |
Pattern | DOMAIN_NAME |
Pattern | WEB_URL Regular expression pattern to match most part of RFC 3987 Internationalized URLs, aka IRIs. |
Pattern | EMAIL_ADDRESS |
Pattern | PHONE This pattern is intended for searching for things that look like they might be phone numbers in arbitrary text, not for validating whether something is in fact a phone number. |