NateNate60@lemmy.world to Programmer Humor@lemmy.ml · edit-22 days agoOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.lemmy.worldimagemessage-square82fedilinkarrow-up1325arrow-down18file-text
arrow-up1317arrow-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-22 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-squareAVincentInSpacelinkfedilinkEnglisharrow-up4·17 hours ago…either an empty string, a single character, or the same sequence of characters repeated more than once?
…either an empty string, a single character, or the same sequence of characters repeated more than once?