Flowdock
method

downcase

Importance_1
Ruby on Rails latest stable (v3.2.13) - 0 notes - 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"
Show source
Register or log in to add new notes.