decompose()
Instance Public methods
Performs canonical decomposition on all the characters.
1 2 | 'é' .length # => 2 'é' .mb_chars.decompose.to_s.length # => 3 |
Performs canonical decomposition on all the characters.
1 2 | 'é' .length # => 2 'é' .mb_chars.decompose.to_s.length # => 3 |
Designed by : w10schools
service@w10schools.com
Please login to continue.