☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 3 months agowhat debugging regex feels likelemmy.mlimagemessage-square12fedilinkarrow-up1148arrow-down15
arrow-up1143arrow-down1imagewhat debugging regex feels likelemmy.ml☆ Yσɠƚԋσʂ ☆ to Programmer Humor@lemmy.mlEnglish • 3 months agomessage-square12fedilink
minus-square☆ Yσɠƚԋσʂ ☆OPlinkfedilink8•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