☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 24 days agowhat debugging regex feels likeimagemessage-square12fedilinkarrow-up1146cross-posted to: [email protected]
arrow-up1146imagewhat debugging regex feels like☆ Yσɠƚԋσʂ ☆@lemmy.ml to Programmer Humor@lemmy.mlEnglish · 24 days agomessage-square12fedilinkcross-posted to: [email protected]
minus-squareEinar@lemm.eelinkfedilinkarrow-up14·24 days agoIn case you don’t know this one yet: https://regexr.com/
minus-square☆ Yσɠƚԋσʂ ☆@lemmy.mlOPlinkfedilinkarrow-up8·24 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