How to find all files matches a regex pattern in a folder?
Thanks
Regex matching of filesystem is not supported you will have to iterate through each of the files in the directory and check them individually