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