JavaScript를 사용하여 텍스트 대소문자를 소문자로 변환하는 방법을 알아보세요.
문자열을 소문자로 변환하려면 JavaScript toLowerCase()
를 사용할 수 있습니다. 방법:
let someText = "Here is some text. Let us convert it all to lowercase"
someText.toLowerCase()
console.log(someText.toLowerCase())
// here is some text. let us convert it all to lowercase
toLowerCase()
새를 반환합니다. 문자열, 즉 하지 않습니다. 원래 문자열을 변경(변경)합니다.