human_regex v0.1.2
This release includes some significant additional functionality! There are now functions for the following special and escaped characters:
- Any
- Digit
- Non-Digit
- Word
- Non-Word
- Whitespace
- Non-Whitespace
- Beginning
- End
There are also functions that allow the following relationships
- At least n
- At most n
- At least n and at most m
- Exactly n
- One or more
- Zero or one
- Zero or more