Hey everyone, I'm trying to set the regular expression on Nightbot spam filters to prevent any letters from the alphabet other than English from being passed into chat. I'm doing this to prevent hateful messages or spam being thrown around the chat.
So far I have discovered this...~/([^A-Za-z0-9$@$!;()[]%'*?&#^-_. +])/
But I don't know much about Regular Expressions.
Thank you.