☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 3 months agowhat debugging regex feels likelemmy.mlimagemessage-square12fedilinkarrow-up11arrow-down10cross-posted to: programmer_humor@programming.dev
arrow-up11arrow-down1imagewhat debugging regex feels likelemmy.ml☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 3 months agomessage-square12fedilinkcross-posted to: programmer_humor@programming.dev
minus-square☆ Yσɠƚԋσʂ ☆OPlinkfedilink0•3 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