Check if string 1 is contained in string 2.
returnedBoolean = strcontains(string1, string2)
returnedBoolean - type: bool string1 - type: str string2 - type: str
strcontainsnocase, strpiece, strsubst, strendswith, String Functions