I am doing a program that looks for the names of files in a directory and I need to pass as a parameter a String that indicates part of the name of the file, but that does not necessarily start with that parameter. For example, I pass the parameter "123456", and it returns the similar ones, like abc123456, 123456abc, etc. I would appreciate if someone can help me.