Class CFCharacterSetPredefinedSet


  • public final class CFCharacterSetPredefinedSet
    extends java.lang.Object
    [@typedef] CFCharacterSetPredefinedSet Type of the predefined CFCharacterSet selector values.
    • Field Summary

      Fields 
      Modifier and Type Field 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)
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • Control

        public static final long Control
        Control character set (Unicode General Category Cc and Cf)
        See Also:
        Constant Field Values
      • Whitespace

        public static final long Whitespace
        Whitespace character set (Unicode General Category Zs and U0009 CHARACTER TABULATION)
        See Also:
        Constant Field Values
      • WhitespaceAndNewline

        public static final long WhitespaceAndNewline
        Whitespace and Newline character set (Unicode General Category Z*, U000A ~ U000D, and U0085)
        See Also:
        Constant Field Values
      • DecimalDigit

        public static final long DecimalDigit
        Decimal digit character set
        See Also:
        Constant Field Values
      • Letter

        public static final long Letter
        Letter character set (Unicode General Category L* & M*)
        See Also:
        Constant Field Values
      • LowercaseLetter

        public static final long LowercaseLetter
        Lowercase character set (Unicode General Category Ll)
        See Also:
        Constant Field Values
      • UppercaseLetter

        public static final long UppercaseLetter
        Uppercase character set (Unicode General Category Lu and Lt)
        See Also:
        Constant Field Values
      • NonBase

        public static final long NonBase
        Non-base character set (Unicode General Category M*)
        See Also:
        Constant Field Values
      • Decomposable

        public static final long Decomposable
        Canonically decomposable character set
        See Also:
        Constant Field Values
      • AlphaNumeric

        public static final long AlphaNumeric
        Alpha Numeric character set (Unicode General Category L*, M*, & N*)
        See Also:
        Constant Field Values
      • Punctuation

        public static final long Punctuation
        Punctuation character set (Unicode General Category P*)
        See Also:
        Constant Field Values
      • CapitalizedLetter

        public static final long CapitalizedLetter
        Titlecase character set (Unicode General Category Lt)
        See Also:
        Constant Field Values
      • Symbol

        public static final long Symbol
        Symbol character set (Unicode General Category S*)
        See Also:
        Constant Field Values
      • Newline

        public static final long Newline
        Newline character set (U000A ~ U000D, U0085, U2028, and U2029)
        See Also:
        Constant Field Values