cm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agowhat debugging regex feels likelemmy.mlexternal-linkmessage-square69fedilinkarrow-up1919cross-posted to: [email protected]
arrow-up1919external-linkwhat debugging regex feels likelemmy.mlcm0002@lemmy.world to Programmer Humor@programming.dev · 2 months agomessage-square69fedilinkcross-posted to: [email protected]
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up6·2 months agoNot necessarily. For just debugging purposes, you can still break them up to help understand them. Even ignoring that, there are options in languages that don’t implement /x. https://wumpus-cave.net/post/2022/06/2022-06-06-how-to-write-regexes-that-are-almost-readable/index.html
Not necessarily. For just debugging purposes, you can still break them up to help understand them. Even ignoring that, there are options in languages that don’t implement /x.
https://wumpus-cave.net/post/2022/06/2022-06-06-how-to-write-regexes-that-are-almost-readable/index.html