AndersDJohnson / AndersDJohnson/brace-expansion-java
Padded range syntax
Open
help wanted
- Dominant language
- Java
- Stars
- 2
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
E.g. `{01..03}` yielding `["01","02","03"]`. Check if this is working. If not, implement.
Also, consider padded ranges with letters, e.g. `{aa..ac}` and even `{aa..bb}` for `"aa"` thru `"az"` plus `"ba"` and `"bb"`.
See #5.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.