^.?$|^(..+?)\1+$

<answer>

Matches strings of any character repeated a non-prime number of times

https://www.youtube.com/watch?v=5vbk0TwkokM

You are viewing a single thread.
View all comments
-23 points

Hot take: You’re shit at coding if you can’t do regex.

permalink
report
reply
19 points
*

Ah yes, spoken like a true elitist asshole

permalink
report
parent
reply
0 points

It takes a couple of hours to learn the basics.

permalink
report
parent
reply
3 points

And then a few more any time you actually want to use it.

And then double it each time you have to decipher the existing one

Just don’t use regex unless there is really no other way, and when you absolutely have to - frankly, that’s one of the ultra rare occasions I recommend using the AI.

permalink
report
parent
reply
11 points

Regular expressions in general, and automata theory, sure you should know about that. But a specific extended regex language like here? That’s like saying you’re shit at coding if you can’t do <insert arbitrary programming language here>.

permalink
report
parent
reply
6 points

Regex should generally be avoided wherever possible.

permalink
report
parent
reply
13 points

Yeah but it’s just so tempting… It validates so many inputs so easily…

permalink
report
parent
reply
12 points

And misses others you didn’t think about.

permalink
report
parent
reply

Programmer Humor

!programmerhumor@lemmy.ml

Create post

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.

Community stats

  • 5.4K

    Monthly active users

  • 886

    Posts

  • 9K

    Comments

Community moderators