ismael-miguel / memer

A meme translator for StackExchange chatrooms
MIT License
4 stars 1 forks source link

BTW meme fix #14

Closed The-Quill closed 9 years ago

The-Quill commented 9 years ago

The BTW enum meme for Code Review only works for BTW not for btw, a regex implementation would be good.

The-Quill commented 9 years ago

I see that there's already a regex implementation: "(BTW\\.[a-zA-Z]+)", "gi", it should be gi flagged instead of [a-zA-Z].

The-Quill commented 9 years ago

Fixed in Pull Request #21.