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

Allow to define regex in find_files #21

Open
JohannesWiesner opened this issue Mar 9, 2023 · 1 comment
Open

Allow to define regex in find_files #21

JohannesWiesner opened this issue Mar 9, 2023 · 1 comment

Comments

@JohannesWiesner
Copy link
Owner

TO-DO: Allow user also to define regex. You might want to use the pathmatcher module for that. For example, this is the offical CAT12 regex that is also used in CAT12 to find .xml files: ^cat_.*.xml$. Using regex instead (or in combination) with/of file_prefix + file_extension might be more 'fail-safe' to find exactly the files, that the user is looking for

@JohannesWiesner
Copy link
Owner Author

duplicate of #15

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

No branches or pull requests

1 participant