- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You can use below syntax and build your logic accordingly
function toSmartCase(str)
{
var strLower = str.toLowerCase(str);
return strLower;
}
Views
Replies
0 Likes
Total Likes