static bool containsIgnoreCase(String source, String verify) => source.toLowerCase().contains(verify.toLowerCase());