method

upcase

upcase()
public

Convert characters in the string to uppercase.

Example:

  'Laurent, òu sont les tests?'.mb_chars.upcase.to_s #=> "LAURENT, ÒU SONT LES TESTS?"