method
downcase_first
v7.1.3.2 -
Show latest stable
- Class:
ActiveSupport::Inflector
downcase_first(string)public
Converts the first character in the string to lowercase.
downcase_first('If they enjoyed The Matrix') # => "if they enjoyed The Matrix" downcase_first('I') # => "i" downcase_first('') # => ""