Flowdock
method

g_length

Importance_1
v3.2.13 - Show latest stable - 0 notes - Class: ActiveSupport::Multibyte::Chars
g_length() public

Returns the number of grapheme clusters in the string.

Example:

'क्षि'.mb_chars.length   # => 4
'क्षि'.mb_chars.g_length # => 3
Show source
Register or log in to add new notes.