repository include/exlude files regex expression in repository demo have 3 directory and each directory multiple sub directory , .*/dir/subdir/test/.* .
please suggest correct regex to get files or folders.
Hello @preeti singh
Could you share some examples of which files you wanted to match and which ones you don't want?
I need that to really understand the scenario there so I can help you to build the REGEX for it.
I have a couple of examples to share:
.*/filename
.*/folder1/folder2/folder3/.*
.*/(folder1|folder2)/.*
I hope that helps to clarify the REGEX expression a little bit.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.