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