@[email protected] to Programmer [email protected] • 9 days agowhat debugging regex feels likelemmy.mlmessage-square73fedilinkarrow-up1895
arrow-up1895imagewhat debugging regex feels likelemmy.ml@[email protected] to Programmer [email protected] • 9 days agomessage-square73fedilink
minus-square@[email protected]linkfedilinkEnglish9•9 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-square@[email protected]linkfedilink9•9 days 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