Tests if a string contains a specific substring. Takes str (string to search), substring (substring to find). Returns 1 if substring is found anywhere within str, otherwise returns 0.
str
String
substring
String
; No example implemented yet