Tag: convert string to lowercase javascript

  • Strings in JavaScript

    Link for all dot net and sql server video tutorial playlists http://www.youtube.com/user/kudvenkat/playlists Link for slides, code samples and text version of the video http://csharp-video-tutorials.blogspot.com/2014/11/strings-in-javascript.html In this video we will discuss different functions that are available to manipulate string in JavaScript. A string is any text inside quotes. You can use either single or double quotes.…