rules/lists/contains_any library

Classes

ContainsAny
check if the value contain at lest one of String form the provided list

Functions

containsAny(String v, List<String> list, {bool caseSensitive = false, bool trim = true}) bool