☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 7 days agowhat debugging regex feels likelemmy.mlexternal-linkmessage-square12fedilinkarrow-up12arrow-down10cross-posted to: programmer_humor@programming.dev
arrow-up12arrow-down1external-linkwhat debugging regex feels likelemmy.ml☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 7 days agomessage-square12fedilinkcross-posted to: programmer_humor@programming.dev
minus-squareEinar@lemm.eelinkfedilinkarrow-up1·7 days agoIn case you don’t know this one yet: https://regexr.com/
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mlOPlinkfedilinkarrow-up2·7 days agoYeah there are a few tools like that. I actually like this approach myself, you write it in a human readable form and then it gets compiled into a regex https://github.com/cmccomb/human_regex
In case you don’t know this one yet:
https://regexr.com/
Yeah there are a few tools like that. I actually like this approach myself, you write it in a human readable form and then it gets compiled into a regex https://github.com/cmccomb/human_regex