All Versions
4
Latest Version
1.3
Avg Release Cycle
1 days
Latest Release
1427 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