is/contains library

Functions

contains(String str, String seed) bool
Checks if the given str contains the substring seed.
containsIgnoreCase(String str, String seed) bool
Checks if the given str contains the substring seed, ignoring case.