The "Need(ed) For Deployment" release.
then()
is deprecated, just use strings and+
, like'C-' + exactly(8, digits)
orone_or_more(digits) + '°'
.groups()
andgroup()
are methods with same semantics asre
's.- Added
hex
,hexa
that matches hexadecimal digits. - Support broken day representations like in
Apr 7 07:46:44
(it should be07
).