Regex to find a file in folder

前端 未结 2 1571
轮回少年
轮回少年 2021-01-07 11:55

How to find all files matches a regex pattern in a folder?

Thanks

2条回答
  •  终归单人心
    2021-01-07 12:08

    Regex matching of filesystem is not supported you will have to iterate through each of the files in the directory and check them individually

提交回复
热议问题