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