@NateNate60 to Programmer [email protected] • edit-222 days agoOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.imagemessage-square83arrow-up1337arrow-down17file-text
arrow-up1330arrow-down1imageOh boy what a beautiful regex. I'm sure it does something logical and easy to understand.@NateNate60 to Programmer [email protected] • edit-222 days agomessage-square83file-text
^.?$|^(..+?)\1+$ <answer> Matches strings of any character repeated a non-prime number of times https://www.youtube.com/watch?v=5vbk0TwkokM
minus-square@fubolink18•edit-222 days agoWhatever you do, don’t get in a time machine back to 1998 and become a Unix sysadmin. (Though we didn’t have CL-PPCRE then. It’s really the best thing that ever happened to regex.)
minus-square@Treczokslink4•22 days agoI have to admit that using CL-PPCRE does not really help me understanding the regexp any better. But this may be because I deal with complex regexps for decades now, and I just read them.
minus-square@ikiddlinkEnglish2•21 days agoI was a sysadmin with some Linux usage in 1998, does that count?
Whatever you do, don’t get in a time machine back to 1998 and become a Unix sysadmin.
(Though we didn’t have CL-PPCRE then. It’s really the best thing that ever happened to regex.)
I have to admit that using CL-PPCRE does not really help me understanding the regexp any better. But this may be because I deal with complex regexps for decades now, and I just read them.
I was a sysadmin with some Linux usage in 1998, does that count?