All Versions
4
Latest Version
1.3
Avg Release Cycle
1 days
Latest Release
1101 days ago

Changelog History

  • v1.3 Changes

    April 19, 2021
    • ➕ Adds a case_sensitive option to test() and match() function. (True by default)
    • 👍 Allows editing and manual specification of Matcher.regex and Matcher.converters.
  • v1.2 Changes

    April 19, 2021
    • match() 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
  • v1.0 Changes

    April 16, 2021
    • 🚀 inital release