| Package | Description |
|---|---|
| com.helger.commons.text.codepoint |
| Modifier and Type | Method and Description |
|---|---|
static ECodepointProfile |
ECodepointProfile.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ECodepointProfile[] |
ECodepointProfile.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CodepointHelper.verify(AbstractCodepointIterator aIter,
ECodepointProfile eProfile)
Verifies a sequence of codepoints using the specified filter
|
static void |
CodepointHelper.verify(char[] aArray,
ECodepointProfile eProfile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointHelper.verify(String sStr,
ECodepointProfile eProfile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointHelper.verifyNot(char[] aArray,
ECodepointProfile eProfile)
Verifies a sequence of codepoints using the specified profile
|
static void |
CodepointHelper.verifyNot(ICodepointIterator aIter,
ECodepointProfile eProfile)
Verifies a sequence of codepoints using the specified profile
|
Copyright © 2014–2017 Philip Helger. All rights reserved.