@moe90@feddit.nl to Technology@lemmy.worldEnglish • 8 months agoX expands lawsuit over advertiser ‘boycott’ to include Lego, Nestlé, Pinterest, and others | TechCrunchtechcrunch.commessage-square169fedilinkarrow-up1746arrow-down122
arrow-up1724arrow-down1external-linkX expands lawsuit over advertiser ‘boycott’ to include Lego, Nestlé, Pinterest, and others | TechCrunchtechcrunch.com@moe90@feddit.nl to Technology@lemmy.worldEnglish • 8 months agomessage-square169fedilink
minus-square@sugar_in_your_tea@sh.itjust.workslinkfedilinkEnglish1•8 months agoYup: \<[xX]\> should do it, or whatever your regex engine’s word break character is (sometimes \b).
Sounds like it’s time for people to learn regex.
deleted by creator
Aye!
Yup:
\<[xX]\>
should do it, or whatever your regex engine’s word break character is (sometimes\b
).