'toLowerCase()' Syntax Parameters and Note : toLowerCase « Javascript Methods « JavaScript Reference

'toLowerCase()' Syntax Parameters and Note

Note:

Converts the String to lowercase.
    
Syntax:
    
stringName.toLowerCase()

    

      
      








Related examples in the same category

1.'toLowerCase()' Example
2.'toLowerCase()' is applied to