Cannot find any reference to what this pattern is. Can you use regular expressions.
I have a zip file hundreds of files, and want to extract only those beginning with AM, US, and PM.
^(AM|US|PM)/I ???????????????????????? or is it possible to have multiple patterns?