

2·
3 months agoHmm, can I RegEx this?
[\s-]AI[-,\.\s]
This is assuming it’s not at the start of the article.
EDIT: Thinking about it 2 more seconds, this might actually be more precise:
[\W_]AI[\W_]
Doing more, like \WAI would filter words like “ailment”. Haven’t found a word matching AI\W yet, but I’m careful atm.

I like the way Pacific Drive did it.
I understand from a resources perspective why it’s not always done. But from a player’s perspective, I totally get you.