cm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agowhat debugging regex feels likelemmy.mlimagemessage-square68fedilinkarrow-up1851arrow-down115cross-posted to: [email protected]
arrow-up1836arrow-down1imagewhat debugging regex feels likelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 days agomessage-square68fedilinkcross-posted to: [email protected]
minus-squarefuckwit_mcbumcrumble@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up10·2 days agoAt my company we store our regex in the database with linebreaks in it, but when it’s actually called to be used those line breaks are stripped out. That way regex that looks for X can all be all on one line and actually readable.
minus-squaretyler@programming.devlinkfedilinkarrow-up10·1 day agowait… why do you have so many regexes you need to put them in a database???
At my company we store our regex in the database with linebreaks in it, but when it’s actually called to be used those line breaks are stripped out. That way regex that looks for X can all be all on one line and actually readable.
wait… why do you have so many regexes you need to put them in a database???
My job is regex.
Ummmmmmmm