UltrosBot / Ultros

Connecting communities, one squid at a time! Ultros is a multi-protocol chat bot written in Python, designed with both the user and developer in mind
http://ultros.io
Artistic License 2.0
23 stars 7 forks source link

Replace fnmatch, etc with real regex #53

Open gdude2002 opened 9 years ago

gdude2002 commented 9 years ago

We use fnmatch in a lot of places. Almost all of these places aren't the right place for fnmatch. On top of that, regex gives us a lot more power in terms of matching.

So, let's replace fnmatch wherever possible!

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/3663342-replace-fnmatch-etc-with-real-regex?utm_campaign=plugin&utm_content=tracker%2F269930&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F269930&utm_medium=issues&utm_source=github).
gdude2002 commented 9 years ago

Instances..

rakiru commented 9 years ago

I told you to just learn regex...

gdude2002 commented 9 years ago