capitalize()
Instance Public methods
Converts the first character to uppercase and the remainder to lowercase.
'über'.mb_chars.capitalize.to_s # => "Ãber"
Converts the first character to uppercase and the remainder to lowercase.
'über'.mb_chars.capitalize.to_s # => "Ãber"
Please login to continue.