Check if string contains substring
Returns true if sub is present in s.
sub
s
String
Returns: True if found, false otherwise.