support numerical repetition quantifiers #5

Closed
opened 6 years ago by mbutterick · 1 comments
mbutterick commented 6 years ago (Migrated from github.com)

pat{5} = exactly 5
pat{5,} = 5 or more
pat{,5} = up to 5
pat{2,5} = between 2 and 5
pat{} = none

`pat{5}` = exactly 5 `pat{5,}` = 5 or more `pat{,5}` = up to 5 `pat{2,5}` = between 2 and 5 `pat{}` = none
mbutterick commented 6 years ago (Migrated from github.com)

Done in 4d349837a6

Done in 4d349837a605b4345b22da107a8daeb5da0cc695
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: mbutterick/brag#5
Loading…
There is no content yet.