String Upper and Lower Case Converter calculator can be used to convert a string to uppercase and lowercase.
Learn how to use the String Upper and Lower Case Converter calculator and its working principles
The calculator uses JavaScript built-in string methods to convert the input string:
toUpperCase()
converts all characters in the string to uppercase.toLowerCase()
converts all characters in the string to lowercase.If you input the string "Hello World
", the results will be:
HELLO WORLD
hello world