upcase()
Instance Public methods
Converts characters in the string to uppercase.
1 | 'Laurent, où sont les tests ?' .mb_chars.upcase.to_s # => "LAURENT, Oà SONT LES TESTS ?" |
Converts characters in the string to uppercase.
1 | 'Laurent, où sont les tests ?' .mb_chars.upcase.to_s # => "LAURENT, Oà SONT LES TESTS ?" |
Designed by : w10schools
service@w10schools.com
Please login to continue.