Closed The-Quill closed 9 years ago
The BTW enum meme for Code Review only works for BTW not for btw, a regex implementation would be good.
BTW
btw
I see that there's already a regex implementation: "(BTW\\.[a-zA-Z]+)", "gi", it should be gi flagged instead of [a-zA-Z].
"(BTW\\.[a-zA-Z]+)", "gi"
gi
[a-zA-Z]
Fixed in Pull Request #21.
The BTW enum meme for Code Review only works for
BTW
not forbtw
, a regex implementation would be good.