method
in_char_class?
v4.1.8 -
Show latest stable
- Class:
ActiveSupport::Multibyte::Unicode
in_char_class?(codepoint, classes)public
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.