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.orgtoLinux Gaming@lemmy.world•PC Gamer: "I'm brave enough to say it: Linux is good now, and if you want to feel like you actually own your PC, make 2026 the year of Linux on (your) desktop"linkfedilinkEnglisharrow-up4·8 months agoDefine old. Office 2007 works. 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.