335
submitted 2 months ago* (last edited 2 months ago) by NateNate60@lemmy.world to c/programmerhumor@lemmy.ml

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

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

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

you are viewing a single comment's thread
view the rest of the comments
[-] Sylvartas@lemmy.world -2 points 2 months ago

All my homies hate regexs. That's actually the best use case I found for LLMs so far : I just tell it what I want it to match or not match, and it usually spits out a decent one

[-] BluesF@lemmy.world 6 points 2 months ago

Oooof. I feel like trying to figure out what's wrong with some regex I didn't write is much harder than writing it myself personally.

[-] Sylvartas@lemmy.world 1 points 2 months ago

I've never had to use it for important stuff tbh. But alongside a regex tester and a sample of the stuff I intend to use it on, I've had good results with an incremental approach where I tell the LLM what I want to change with the expression until I'm satisfied

[-] kibiz0r@midwest.social 3 points 2 months ago

That sounds…

Easier to get almost right than actually learning the subject.

Much, much harder to get completely right than actually learning the subject.

So yes, basically the archetypal use case for LLMs.

this post was submitted on 31 Oct 2024
335 points (97.7% liked)

Programmer Humor

32831 readers
549 users here now

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

Rules:

founded 5 years ago
MODERATORS