Skip to content

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

Latest
Compare
Choose a tag to compare
@andychase andychase released this 22 Nov 23:02
· 7 commits to master since this release
  • 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