Java android.util Patterns fields, constructors, methods, implement or subclass

Example usage for Java android.util Patterns fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.util Patterns.

The text is from its open source code.

Field

PatternIP_ADDRESS
PatternDOMAIN_NAME
PatternWEB_URL
Regular expression pattern to match most part of RFC 3987 Internationalized URLs, aka IRIs.
PatternEMAIL_ADDRESS
PatternPHONE
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.