เรียนรู้วิธีแปลงตัวพิมพ์ข้อความเป็นตัวพิมพ์เล็กด้วย 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()
ส่งคืน ใหม่ string ซึ่งหมายความว่า ไม่ กลายพันธุ์ (เปลี่ยน) สตริงเดิม