Dendarii
  • 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

external-link
message-square
75
fedilink
1
external-link

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
    arrow-up
    0
    ·
    6 months ago

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

    • explore_broaden@midwest.social
      link
      fedilink
      arrow-up
      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
        arrow-up
        0
        ·
        6 months ago

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

        • Ephera@lemmy.ml
          link
          fedilink
          arrow-up
          0
          ·
          6 months ago

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

          • Feathercrown@lemmy.world
            link
            fedilink
            English
            arrow-up
            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: [email protected]

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.
Visibility: Public
globe

This community can be federated to other instances and be posted/commented in by their users.

  • 7 users / day
  • 25 users / week
  • 181 users / month
  • 1.62K users / 6 months
  • 0 local subscribers
  • 35.6K subscribers
  • 1.78K Posts
  • 36.8K Comments
  • Modlog
  • mods:
  • AgreeableLandscape@lemmy.ml
  • cat_programmer@lemmy.ml
  • BE: 0.19.9
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org