moe90@feddit.nl to Technology@lemmy.worldEnglish · 4 months agoX expands lawsuit over advertiser ‘boycott’ to include Lego, Nestlé, Pinterest, and others | TechCrunchtechcrunch.comexternal-linkmessage-square110fedilinkarrow-up148arrow-down11
arrow-up147arrow-down1external-linkX expands lawsuit over advertiser ‘boycott’ to include Lego, Nestlé, Pinterest, and others | TechCrunchtechcrunch.commoe90@feddit.nl to Technology@lemmy.worldEnglish · 4 months agomessage-square110fedilink
minus-squarestephen01king@lemmy.ziplinkfedilinkEnglisharrow-up0·4 months agoWhat about censoring " x ". That might help filter more posts.
minus-squarezergtoshi@lemmy.worldlinkfedilinkEnglisharrow-up0·4 months agoThis post would require "x " though.
minus-squareteft@lemmy.worldlinkfedilinkEnglisharrow-up0·4 months agoSounds like it’s time for people to learn regex.
minus-squaresugar_in_your_tea@sh.itjust.workslinkfedilinkEnglisharrow-up1·4 months agoYup: \<[xX]\> should do it, or whatever your regex engine’s word break character is (sometimes \b).
What about censoring " x ". That might help filter more posts.
This post would require "x " though.
Sounds like it’s time for people to learn regex.
Yup:
\<[xX]\>
should do it, or whatever your regex engine’s word break character is (sometimes\b
).Aye!