正規表現NGWord
やべーやつ大体消えると思う

・草生やす奴NG
(w|w)($|\n)

・150文字以上NG
(?s:^.{150})

・7行以上NG
^(.*\n){7}

・絵文字NG
\p{ExtPict}

・絵文字2個以上NG
(?:\p{ExtPict}.*?){2,}