in reply to Multiple regex against files with speed
Note that you'll need to convert your glob patterns to actual regexes if you want to do regex matching.
Stringing the regexes together is more naturally done with join than with a foreach loop and concatenation.
|
|---|