in_char_class?(codepoint, classes)
Instance Public methods
Detect whether the codepoint is in a certain character class. Returns
true when it's in the specified character class and
false otherwise. Valid character classes are:
:cr, :lf, :l, :v,
:lv, :lvt and :t.
Primarily used by the grapheme cluster support.