Checks if a string contains the specified fragment.

call:

int ires = strcontains(string sstring, string sfragment);


Here:

sstring - string to find out if there is a sfragment. If yes, then ires will get 1.