Remove last letter from the stirng Ex: test1, test2, test3, ß--- it willremove the last comma of the string

myString = myString.substr(0, myString.length - 1) + '.';

Comments

Popular posts from this blog

SPSiteDataQuery to get data from multiple lists in site collection level in sharepoint 2013

Some of the Share Point Object Which I Practiced Till Now

My Interview Experience