public final class CharMatchers extends Object
| Modifier and Type | Method and Description |
|---|---|
static CharMatcher |
digits()
Returns the matcher for ASCII digits.
|
static CharMatcher |
hex()
Returns the matcher for ASCII hex characters.
|
static CharMatcher |
letters()
Returns the matcher for ASCII letters.
|
static CharMatcher |
lettersAndDigits()
Returns the matcher for ASCII letters and digits.
|
static CharMatcher |
lowerHex()
Returns the matcher for ASCII upper case hex characters.
|
static CharMatcher |
lowerLetters()
Returns the matcher for ASCII upper case letters.
|
static CharMatcher |
upperHex()
Returns the matcher for ASCII upper case hex characters.
|
static CharMatcher |
upperLetters()
Returns the matcher for ASCII upper case letters.
|
public static CharMatcher upperLetters()
public static CharMatcher lowerLetters()
public static CharMatcher letters()
public static CharMatcher digits()
public static CharMatcher lettersAndDigits()
public static CharMatcher upperHex()
public static CharMatcher lowerHex()
public static CharMatcher hex()
Copyright 2009-Present by OpenGamma Inc. and individual contributors
Apache v2 licensed
Additional documentation can be found at strata.opengamma.io.