☆ Yσɠƚԋσʂ ☆ to Programmer [email protected]English • 3 months agowhat debugging regex feels likelemmy.mlimagemessage-square11fedilinkarrow-up1144cross-posted to: [email protected]
arrow-up1144imagewhat debugging regex feels likelemmy.ml☆ Yσɠƚԋσʂ ☆ to Programmer [email protected]English • 3 months agomessage-square11fedilinkcross-posted to: [email protected]
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