Home > Article > Web Front-end > Getting started with the toLowerCase method of JavaScript string objects (used to convert letters to lowercase)_Basic knowledge
JavaScript toLowerCase method
toLowerCase method is used to convert (English) string to lowercase and return the converted string. Its syntax is as follows:
toLowerCase method instance
toLocaleLowerCase method
toLocaleLowerCase method toLowerCase is basically the same, toLocaleLowerCase converts the string to lowercase according to the local method. Only a few languages, such as Turkish, have local case mapping.