NateNate60@lemmy.world to Programmer Humor@lemmy.ml · edit-26 days agoOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.lemmy.worldimagemessage-square82fedilinkarrow-up1339arrow-down19file-text
arrow-up1330arrow-down1imageOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.lemmy.worldNateNate60@lemmy.world to Programmer Humor@lemmy.ml · edit-26 days agomessage-square82fedilinkfile-text
^.?$|^(..+?)\1+$ <answer> Matches strings of any character repeated a non-prime number of times https://www.youtube.com/watch?v=5vbk0TwkokM
minus-squarePeriodicallyPedantic@lemmy.calinkfedilinkarrow-up1·5 days agoInteresting. So that means match any string that is made entirely of a single repeating sequence, where repititon is possible.
Interesting.
So that means match any string that is made entirely of a single repeating sequence, where repititon is possible.