in 3 posts, 2 voices
What regular expression must I use to do this?
/^(?!Anonymous$)/ should filter all non-anonymous posts.
/^(?!Anonymous$)/
Thank you, that seems to be working.