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
{{ message }}
This repository has been archived by the owner on Apr 26, 2021. It is now read-only.
Add ranges support:
-[0-9]
would expand to-0123456789
(or-1
,-2
...).For a usecase, see here
The hardest part is speccing this up properly and keeping it general to expand
upon, e.g. to add support for other substitutions later on etc.
The text was updated successfully, but these errors were encountered: