public final class CharMatchers extends Object
CharMatcher
sModifier and Type | Field and Description |
---|---|
static CharMatcher |
LOALPHA
Match lowercase US ASCII letters
|
static CharMatcher |
REL_TOKEN
Match any character valid in a link relation apart from the first one
|
static CharMatcher |
RFC2045_TOKEN
Match any character valid as a token by RFC 2045
|
public static final CharMatcher LOALPHA
public static final CharMatcher REL_TOKEN
LinksSyntaxChecker
public static final CharMatcher RFC2045_TOKEN
This matches any character as defined by the token
grammar
specification in RFC 2045, section 5.1.
Copyright © 2013. All Rights Reserved.