Your friend gave you a long list of musical bands, and among those, you want to find all bands with a certain word in their names.
Write a function findBands(), which gets List<String> or Set<String> from input, chooses only the bands with the input word (case-insensitive) in their names, and returns a list of those names.