public final class CharMatchers extends Object
Those are defined by the RFC, section 1.5. They are used by the expansion process.
| Modifier and Type | Field and Description |
|---|---|
static CharMatcher |
HEXDIGIT |
static CharMatcher |
LITERALS |
static CharMatcher |
PERCENT |
static CharMatcher |
RESERVED_PLUS_UNRESERVED
The
reserved character set |
static CharMatcher |
UNRESERVED
The
unreserved character set |
public static final CharMatcher LITERALS
public static final CharMatcher PERCENT
public static final CharMatcher HEXDIGIT
public static final CharMatcher UNRESERVED
unreserved character setpublic static final CharMatcher RESERVED_PLUS_UNRESERVED
reserved character setCopyright © 2013. All Rights Reserved.