You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: