minus-squarewindpunch@feddit.orgtoSelfhosted@lemmy.world•[META] Should AI disclosure tags [AI], [NOT AI] be mandated when sharing projects?linkfedilinkEnglisharrow-up2·edit-216 hours agoHmm, can I RegEx this? [\s-]AI[-,\.\s] This is assuming it’s not at the start of the article. EDIT: Thinking about it 2 more seconds, this might actually be more precise: [\W_]AI[\W_] Doing more, like \WAI would filter words like “ailment”. Haven’t found a word matching AI\W yet, but I’m careful atm. linkfedilink
minus-squarewindpunch@feddit.orgtoMicroblog Memes@lemmy.world•nation of professional protesterslinkfedilinkEnglisharrow-up4·3 months agoBut is it Standard-gauge? linkfedilink
minus-squarewindpunch@feddit.orgtoTechnology@lemmy.world•Microsoft Office has been renamed to “Microsoft 365 Copilot app”linkfedilinkEnglisharrow-up6·6 months agoThere’s a “Yo Dawg” meme here somewhere. linkfedilink
windpunch@feddit.org to memes@lemmy.worldEnglish · 2 years agoWell, it IS ridiculousfeddit.orgimagemessage-square1linkfedilinkarrow-up10arrow-down11
arrow-up1-1arrow-down1imageWell, it IS ridiculousfeddit.orgwindpunch@feddit.org to memes@lemmy.worldEnglish · 2 years agomessage-square1linkfedilink
Hmm, can I RegEx this?
[\s-]AI[-,\.\s]This is assuming it’s not at the start of the article.
EDIT: Thinking about it 2 more seconds, this might actually be more precise:
[\W_]AI[\W_]Doing more, like
\WAIwould filter words like “ailment”. Haven’t found a word matchingAI\Wyet, but I’m careful atm.