public final class CFCharacterSetPredefinedSet
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static long |
AlphaNumeric
Alpha Numeric character set (Unicode General Category L*, M*, & N*)
|
static long |
CapitalizedLetter
Titlecase character set (Unicode General Category Lt)
|
static long |
Control
Control character set (Unicode General Category Cc and Cf)
|
static long |
DecimalDigit
Decimal digit character set
|
static long |
Decomposable
Canonically decomposable character set
|
static long |
Illegal
Illegal character set
|
static long |
Letter
Letter character set (Unicode General Category L* & M*)
|
static long |
LowercaseLetter
Lowercase character set (Unicode General Category Ll)
|
static long |
Newline
Newline character set (U000A ~ U000D, U0085, U2028, and U2029)
|
static long |
NonBase
Non-base character set (Unicode General Category M*)
|
static long |
Punctuation
Punctuation character set (Unicode General Category P*)
|
static long |
Symbol
Symbol character set (Unicode General Category S*)
|
static long |
UppercaseLetter
Uppercase character set (Unicode General Category Lu and Lt)
|
static long |
Whitespace
Whitespace character set (Unicode General Category Zs and U0009 CHARACTER TABULATION)
|
static long |
WhitespaceAndNewline
Whitespace and Newline character set (Unicode General Category Z*, U000A ~ U000D, and U0085)
|
public static final long Control
public static final long Whitespace
public static final long WhitespaceAndNewline
public static final long DecimalDigit
public static final long Letter
public static final long LowercaseLetter
public static final long UppercaseLetter
public static final long NonBase
public static final long Decomposable
public static final long AlphaNumeric
public static final long Punctuation
public static final long CapitalizedLetter
public static final long Symbol
public static final long Newline
public static final long Illegal