string character to lower case in js code example Example: tolowercase javascript var str = "Hello World!"; var res = str.toLowerCase();