Lower Case Converter

***

Streamline your writing and ensure consistency with our Lower Case Converter πŸ“‰. Quick, reliable, and easy to use.

Loading...
Loading...

More details

The toUpperCase() method converts a string to lowercase.

/**
 * πŸͺ„ Qit.tools
 * https://qit.tools
 */
 
const text = "London";
 
console.log(text.toLowerCase()); // london