cm0002@lemmy.world to Programmer Humor@programming.dev · 21 days agowhat debugging regex feels likeimagemessage-square70fedilinkarrow-up11arrow-down10cross-posted to: programmerhumor@lemmy.ml
arrow-up11arrow-down1imagewhat debugging regex feels likecm0002@lemmy.world to Programmer Humor@programming.dev · 21 days agomessage-square70fedilinkcross-posted to: programmerhumor@lemmy.ml
minus-squarefrezik@midwest.sociallinkfedilinkarrow-up0·21 days 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