For example, to validate the valid Url, I\'d like to do the following
char usUrl[MAX] = \"http://www.stackoverflow\" if(usUrl[0] == \'h\' && usUr
strstr(str1, "http://www.stackoverflow") is another function that can be used for this purpose.
strstr(str1, "http://www.stackoverflow")