Skip to content

Releases: andychase/reparse

v3.0: Merge pull request #5 from andychase/develop

22 Nov 23:02
Compare
Choose a tag to compare
  • Added InvalidPattern Exception -- This exception is raised when a regular expression string fails to compile. Thanks @aisbaa
  • Allow monkey patching regex arguments. This allows the use of regex.UNICODE flag for better internationalization support. Thanks @aolieman
  • Renamed RE|PARSE -> Reparse