You could use .,e. (regex)
It changes parts of the name some times
I'm not super skilled, but give me a few minutes
I think this may work to filter all names except anons and Q:
^(?!Anonymous)(?!Q).*$
use "regex"
You could use .,e. (regex)
It changes parts of the name some times
I'm not super skilled, but give me a few minutes
I think this may work to filter all names except anons and Q:
^(?!Anonymous)(?!Q).*$
use "regex"