Archived Forum Post

Index of archived forum posts

Question:

Zip Patterns

Oct 30 '15 at 16:20

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?