Language GuideBuilt-in TypesStringMethodstolowerOn this pagetolowerConverts the string to lowercase. "HELLO".tolower(); //"hello" Syntax tolower() Returns The string in lowercase.