cm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agowhat debugging regex feels likelemmy.mlimagemessage-square73linkfedilinkarrow-up1907arrow-down115
arrow-up1892arrow-down1imagewhat debugging regex feels likelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 1 year agomessage-square73linkfedilink
minus-squarefuckwit_mcbumcrumble@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up10·1 year 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 year 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