Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-12-10 | 764 Bytes | |
Version 1.3.tar.gz | 2020-12-10 | 56.1 kB | |
Version 1.3.zip | 2020-12-10 | 124.8 kB | |
Totals: 3 Items | 181.7 kB | 0 |
- Fixed: Added support for
\Q
and\E
sequences #43 - Feature: Implemented controllable number of repetitions for infinite patterns #45
- Feature: Case Insensitive generation support #47
- Feature: Support for
\b
and\B
escape sequences andtab
,carriage return
andline feed
characters. #51 - Fixed: Caret
^
and dollar$
markers can be used anywhere in pattern #32 - Fixed: Unable to parse pattern
[a-c-]
. #53