Stay organized with collections Save and categorize content based on your preferences.

PatternsCompat

public final class PatternsCompat


Commonly used regular expression patterns.

Summary

Constants

static final Pattern
static final Pattern
static final Pattern
static final Pattern

Regular expression pattern to match most part of RFC 3987 Internationalized URLs, aka IRIs.

Constants

DOMAIN_NAME

public static final Pattern DOMAIN_NAME

EMAIL_ADDRESS

public static final Pattern EMAIL_ADDRESS

IP_ADDRESS

public static final Pattern IP_ADDRESS

WEB_URL

public static final Pattern WEB_URL

Regular expression pattern to match most part of RFC 3987 Internationalized URLs, aka IRIs.