RonSijm@programming.dev to Programmer Humor@programming.dev · 11 天前This Phishing email... What is the IP?programming.devimagemessage-square72linkfedilinkarrow-up1210arrow-down10
arrow-up1210arrow-down1imageThis Phishing email... What is the IP?programming.devRonSijm@programming.dev to Programmer Humor@programming.dev · 11 天前message-square72linkfedilink
minus-squarezitrone 🍋@europe.publinkfedilinkarrow-up2·6 天前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
minus-squaretoynbee@piefed.sociallinkfedilinkEnglisharrow-up1·5 天前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!
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!