method
downcase
v5.2.3 -
Show 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"