toLowerCase()
Related Functions & Properties
length
concat(string2[,string3][,string4][,...])
substring(indexA, indexB)
charAt(index)
charCodeAt(index)
indexOf(searchValue[, fromIndex])
lastIndexOf(searchValue[, fromIndex])
replace(regexp, newStr)
search(regexp)
toUpperCase()
split(separator, limit)
slice(start, end)
Convert all characters to lowercase.