I have a list in python with some strings, and I need to know witch item in the list is like "A1_8301". This "_" means that can be any char. Is there a quick way to do that?
If I was using SQL, i just type something like "where x like "A1_8301"
Thank you!