Class CharacterGroups


  • public final class CharacterGroups
    extends Object
    Contains a few standard character groups
    • Field Detail

      • SYMBOLS

        public static final String SYMBOLS
        Symbols accessible on most keyboard layout: !@#$%&*-_=+|?{}[]()/'",.;:<>
        See Also:
        Constant Field Values
      • UNAMBIGUOUS_LOWER_CASE

        public static final String UNAMBIGUOUS_LOWER_CASE
        Lower-case characters that cannot be mistaken for other symbols: abcdefghijkmnpqrstuvwxyz
        See Also:
        Constant Field Values
      • UNAMBIGUOUS_UPPER_CASE

        public static final String UNAMBIGUOUS_UPPER_CASE
        Upper-case characters that cannot be mistaken for other symbols: ACDEFGHJKLMNPQRSTUVWXYZ
        See Also:
        Constant Field Values
      • UNAMBIGUOUS_DIGITS

        public static final String UNAMBIGUOUS_DIGITS
        Digit characters that cannot be mistaken for other symbols: 2345679
        See Also:
        Constant Field Values
      • UNAMBIGUOUS_SYMBOLS

        public static final String UNAMBIGUOUS_SYMBOLS
        Symbol characters that cannot be mistaken for other symbols: !@#$%&*-_=+|
        See Also:
        Constant Field Values