☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 10 days agowhat debugging regex feels likeimagemessage-square12fedilinkarrow-up1145arrow-down16
arrow-up1139arrow-down1imagewhat debugging regex feels like☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 10 days agomessage-square12fedilink
minus-squareEinar@lemm.eelinkfedilinkarrow-up14·10 days agoIn case you don’t know this one yet: https://regexr.com/
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mlOPlinkfedilinkarrow-up8·9 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