Flowdock
method

in_char_class?

Importance_1
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.

Show source
Register or log in to add new notes.