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