RonSijm@programming.dev to Programmer Humor@programming.dev · 16 days agoThis Phishing email... What is the IP?programming.devimagemessage-square73linkfedilinkarrow-up1433
arrow-up1433imageThis Phishing email... What is the IP?programming.devRonSijm@programming.dev to Programmer Humor@programming.dev · 16 days agomessage-square73linkfedilink
minus-squaretoynbee@piefed.sociallinkfedilinkEnglisharrow-up16·16 days agoLet’s see you write a regex for one, then we’ll decide.
minus-squareJasonDJ@lemmy.ziplinkfedilinkarrow-up6·16 days agoWhy would anyone want to do that when there are dozens on stackoverflow?
minus-squarezitrone 🍋@europe.publinkfedilinkarrow-up2·edit-211 days agolemme try (25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3} tbh i have seen the stackoverflow solutions so i kinda know what i needed to do this is entirely typed out from brain tho
minus-squaretoynbee@piefed.sociallinkfedilinkEnglisharrow-up1·11 days agoI’m currently on my phone and I’m not going to try to figure out how to test regex on Graphene. Therefore I can only say: well done!
Let’s see you write a regex for one, then we’ll decide.
Why would anyone want to do that when there are dozens on stackoverflow?
lemme try
(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])(\.(25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9]?[0-9])){3}tbh i have seen the stackoverflow solutions so i kinda know what i needed to do
this is entirely typed out from brain tho
I’m currently on my phone and I’m not going to try to figure out how to test regex on Graphene. Therefore I can only say: well done!