cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agowhat debugging regex feels likelemmy.mlimagemessage-square37linkfedilinkarrow-up1728arrow-down114
arrow-up1714arrow-down1imagewhat debugging regex feels likelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square37linkfedilink
minus-squareSkyrmir@lemmy.worldlinkfedilinkEnglisharrow-up11arrow-down2·1 year agoNever debug regex, just generate a new one. It’s not worth the hassle to figure out not only what it does, but what it was meant to do. Better yet, just write it out in code, and never use regex. Tis a stupid thing that never should have been made.
Never debug regex, just generate a new one. It’s not worth the hassle to figure out not only what it does, but what it was meant to do.
Better yet, just write it out in code, and never use regex. Tis a stupid thing that never should have been made.
Regex is a write only language.