Class CharMatcher.ByUnicodeCategory

    • Method Detail

      • of

        public static CharMatcher of(byte unicodeCategory)
      • isTokenChar

        public boolean isTokenChar(int c)
        Description copied from interface: CharMatcher
        Returns true if, and only if, the provided character matches this character class.