How does one determine whether a
String object contains a certain substring? The regionMatches functions won't do it. I need something that determines whether a given string contains a substring without regard for what the substring start and end indices are.