minus-squarewindpunch@feddit.orgtoSelfhosted@lemmy.world•[META] Should AI disclosure tags [AI], [NOT AI] be mandated when sharing projects?linkfedilinkEnglisharrow-up2·edit-22 months 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.orgtoTechnology@lemmy.world•Microsoft Office has been renamed to “Microsoft 365 Copilot app”linkfedilinkEnglisharrow-up6·8 months agoThere’s a “Yo Dawg” meme here somewhere. linkfedilink
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.