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

'toLocaleUpperCase()' Syntax, Parameters and Note

Note:

Convert a String to Locale lowercase.
    
Syntax:
    
stringName.toLocaleUpperCase()

    

      
      








Related examples in the same category

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