Charcoal-SE / SmokeDetector-ng

SmokeDetector reboot project.
Apache License 2.0
6 stars 3 forks source link

Use `regex`, not `re`. #15

Closed teward closed 7 years ago

teward commented 7 years ago

The third party regex module from PyPI is considered better to use than re. This is because of the way it supports Unicode and other functions.

quartata commented 7 years ago

It also has \K which is very nice. Will do.

quartata commented 7 years ago

https://github.com/Charcoal-SE/SmokeDetector-ng/commit/f9bac065302aaf9f5f67edee266b4f4fca22f3c9