@NateNate60 to Programmer [email protected] • edit-28 hours agoOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.imagemessage-square33arrow-up1116arrow-down13file-text
arrow-up1113arrow-down1imageOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.@NateNate60 to Programmer [email protected] • edit-28 hours agomessage-square33file-text
^.?$|^(..+?)\1+$ <answer> Matches strings of any character repeated a non-prime number of times https://www.youtube.com/watch?v=5vbk0TwkokM
minus-square@NateNate60OPlink9•4 hours agoYeah but it’s just so tempting… It validates so many inputs so easily…
minus-square@[email protected]linkfedilink4•3 hours agoYeah, I’ve found myself wasting quite a lot of time thinking of the ‘perfect regex’ for task X only to realise that I could have avoided doing so by simply taking a different approach.
Yeah but it’s just so tempting… It validates so many inputs so easily…
And misses others you didn’t think about.
Yeah, I’ve found myself wasting quite a lot of time thinking of the ‘perfect regex’ for task X only to realise that I could have avoided doing so by simply taking a different approach.