Hide minor edits - Show changes to markup
Get a lower-case version of a String. (Doesn't modify the String it's called on.)
Get a lower-case version of a String. As of 1.0, toLowerCase() modifies the string in place rather than returning a new one.
the lower-case version of the String
none
Get a lower-case version of a String. (Doesn't modify the String it's called on.)
string.toLowerCase()
string: a variable of type String
the lower-case version of the String