Skip to content
Discussion options

You must be logged in to vote

You could do something like this. Explanation:

{,-}ml-{0..9999}{,.{25,5,75}}
 ↑        ↑          ↑
 |        |   Integers and `0.25` increments.
 |        |
 |  From 0 to high number.
 |
Means no prefix, or `-` prefix.

Caveats:

  • Does not account for named theme tokens that are not numerical.
  • Does not account for arbitrary values.
  • Does not account for infinitely high (or low) value, i.e. ml-1234567. Increase the 9999 number to increase coverage.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@babakfp
Comment options

Answer selected by babakfp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants