Microsoft Techies
Microsoft information center.
Monday, 12 May 2014
How to see if string contains substring
if (strName.toLowerCase().indexOf("myproject") >= 0){
strName= strName.toLowerCase().replace("myproject", "");
}
Newer Post
Older Post
Home