More details
The toUpperCase() method converts a string to lowercase.
/**
* πͺ Qit.tools
* https://qit.tools
*/
const text = "London";
console.log(text.toLowerCase()); // london
Streamline your writing and ensure consistency with our Lower Case Converter π. Quick, reliable, and easy to use.
The toUpperCase() method converts a string to lowercase.
/**
* πͺ Qit.tools
* https://qit.tools
*/
const text = "London";
console.log(text.toLowerCase()); // london