Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve what Regex Expressions mean #35

Open
matiaslauriti opened this issue Aug 5, 2022 · 0 comments
Open

Improve what Regex Expressions mean #35

matiaslauriti opened this issue Aug 5, 2022 · 0 comments

Comments

@matiaslauriti
Copy link

matiaslauriti commented Aug 5, 2022

Hi,

Is there any change that docs related to the Finder can be improved? I am battling with the Regex expression, trying to understand if I can do path/**/folder meaning ** to be whatever it finds and then folder.

I am using this with the js and php not-path finder. I want to ignore some folders and instead of defining each one, am just trying to use a blob pattern, but looks like it does not work and I must do something like path/[a-zA-Z]+/folder.

Could you put example patterns so it is very clear for anyone trying to use this feature?

I am trying this by updating the config and committing, and then reverting the file back, and trying new config, and reverting, etc.

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant