>>526127>>1. Filter any post which has "I" (pronoun) in lower-case.>Example - I love to suck dicks. = not filtered; i love to suck dicks. = filtered/(^|\s)i\s/
>2. Filter any post which has a fullstop/question mark followed by space and a lower case letter.>Example - Boobs are fake asses. That's the objective truth. = not filtered; boobs are fake asses. that's the objective truth. = filtered/(\.|\?)\s[a-z]/
>3. I don't suppose there's a way to filter any posts which have the first character lower-case. (Obviously the first one which is not a special character or number)./(^|>>\d+\n\s*)(?!http)[a-z]/