All Versions
4
Latest Version
Avg Release Cycle
1 days
Latest Release
1427 days ago
Changelog History
Changelog History
-
v1.3 Changes
April 19, 2021- โ Adds a
case_sensitive
option totest()
andmatch()
function. (True
by default) - ๐ Allows editing and manual specification of
Matcher.regex
andMatcher.converters
.
- โ Adds a
-
v1.2 Changes
April 19, 2021match()
now returns an empty dict on matches with capture groups,None
otherwise. In lower versions,match()
always returned a dict.
-
v1.1 Changes
April 16, 2021- The syntax for unnamed capture groups is now
{}
. - โ add
letters
type
- The syntax for unnamed capture groups is now
-
v1.0 Changes
April 16, 2021- ๐ inital release