cm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agowhat debugging regex feels likelemmy.mlimagemessage-square72fedilinkarrow-up1908arrow-down114cross-posted to: programmerhumor@lemmy.ml
arrow-up1894arrow-down1imagewhat debugging regex feels likelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square72fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squareexuAlinkfedilinkEnglisharrow-up4·1 month agoThat’s not something you can determine using a regex. “user@com” for example could be a perfectly working email. The right way is to send a verification email in every case.
That’s not something you can determine using a regex.
“user@com” for example could be a perfectly working email.
The right way is to send a verification email in every case.