☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 2 months agowhat debugging regex feels likelemmy.mlimagemessage-square6fedilinkarrow-up1147cross-posted to: programmer_humor@programming.dev
arrow-up1147imagewhat debugging regex feels likelemmy.ml☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 2 months agomessage-square6fedilinkcross-posted to: programmer_humor@programming.dev
minus-square☆ Yσɠƚԋσʂ ☆OPlinkfedilink8•2 months 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