validators/contains library

Functions

contains(String str, String seed, {bool ignoreCase = false, int minOccurrences = 1}) bool
Checks if the string contains the seed substring.