Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
RFE: would be nice to have richer, regex()-like file search (beyond just glob) #90
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
noblem commentedFeb 14, 2017
In issue #89 I mentioned a use case of wanting to get a list of 3 kinds of files in a directory
*.png
*.txt
*.html
and store this list into a single output variable. The glob() function is not expressive enough to generate such a list with a single call, but a regular expression-based function would be.