schoenwolf-schroeder
  • Communities
  • Create Post
  • Create Community
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
@NateNate60@lemmy.world to Programmer Humor@lemmy.ml •
edit-2
6 months ago

Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.

lemmy.world

message-square
75
fedilink
1

Oh boy what a beautiful regex. I'm sure it does something logical and easy to understand.

lemmy.world

@NateNate60@lemmy.world to Programmer Humor@lemmy.ml •
edit-2
6 months ago
message-square
75
fedilink

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

<answer>

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

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

  • @Feathercrown@lemmy.world
    link
    fedilink
    English
    0•6 months ago

    Is there a reason to use (..+?) instead of (.+) ?

    • @explore_broaden@midwest.social
      link
      fedilink
      0•6 months ago

      Yes, the first one matches only 2 more characters while the second matches 1 or more. Also the +? is a lazy quantifier so it will consume as little as possible.

      • @Feathercrown@lemmy.world
        link
        fedilink
        English
        0•6 months ago

        Ah, didn’t know +? was lazy, thanks

        • Ephera
          link
          fedilink
          0•6 months ago

          I thought, the +? was going to be a syntax error. 🙃

          • @Feathercrown@lemmy.world
            link
            fedilink
            English
            0•6 months ago

            I was like, why specify “one or more” and then make it optional? Isn’t that just .*?

Programmer Humor@lemmy.ml

!programmerhumor@lemmy.ml

Subscribe from Remote Instance

Create a post
You are not logged in. However you can subscribe from another Fediverse account, for example Lemmy or Mastodon. To do this, paste the following into the search field of your instance: !programmerhumor@lemmy.ml

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.
  • 12 users / day
  • 30 users / week
  • 140 users / month
  • 1.62K users / 6 months
  • 35.6K subscribers
  • 1.23K Posts
  • 17.6K Comments
  • Modlog
  • mods:
  • @AgreeableLandscape@lemmy.ml
  • @cat_programmer@lemmy.ml
  • BE: 0.19.3
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org