String s1 = "JAVATPOINT HELLO stRIng"; String s1lower = s1.toLowerCase(); // s1lower = "javatpoint hello string"