method
downcase
rails latest stable - Class:
ActiveSupport::Multibyte::Chars
downcase()public
Converts characters in the string to lowercase.
'VÄDA A VÃZKUM'.mb_chars.downcase.to_s # => "vÄda a výzkum"
downcase()Converts characters in the string to lowercase.
'VÄDA A VÃZKUM'.mb_chars.downcase.to_s # => "vÄda a výzkum"