Is there a plan to support string alternatives with curly braces, like {foo,bar}program matching fooprogram and barprogram?
To avoid code duplication in the matcher, I was thinking it might be a good idea to use the regex crate to implement this (as well as the rest of glob).
Support in other languages:
- C/C++: yes using the
GLOB_BRACE option.
- Python: no
- Ruby: yes
- Java: yes