Convert String To Lowercase Jquery Code Example


Example 1: javascript lowercase string


var str = "My Big Boy!"
var res = str.toLowerCase(); //res is "my big boy!"

Example 2: javascript lowercase string


var str = "ExaMple";
var res = str.toLowerCase();
output res -> "example"

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android SDK Location Should Not Contain Whitespace, As This Cause Problems With NDK Tools