Three or more hashtags.
#[^#]+#[^#]+#
Long hashtags (15+ characters): #hashtagpunchline
#[^ ]{15}
CamelCase hashtags (3+ Words): #NotSelfAware
#[^a-z ]+[^A-Z ]+[^a-z ]+[^A-Z ]+[^a-z ]+[^ ]*
Unforgivable word shortening: I'm near ur place r u busy?
\sur\s
\sr\s
\su\s
Mass conversations (4+ Mentions): @guy @dude @otherguy @man totally.
@[^@]+@[^@]+@[^@]+@
Retweet chains (2+ RTs): OMG RT @teengirlsquad RT @beebz I'm thinking of you.
RT[^RT]+RT
Mentions with only a URL (spam): @imathis tinyurl.com/spam
^@imathis *https?://[^ ]+$
Thanks for these. However, there's still a format I can't find anywhere:
Say I follow @Superman, and he constantly talks about kryptonite. I don't want to mute all mentions of the word "kryptonite," just his mentions of it.
Would I simply mute:
@Superman+kryptonite
(?) Or is the syntax different? Thanks in advance.