awful.systems
  • Communities
  • Create Post
  • heart
    Support Lemmy
  • search
    Search
  • Login
  • Sign Up
@VegOwOtenks@lemmy.world to Programmer Humor@lemmy.mlEnglish • 1 year ago

Regex flavors

lemmy.world

message-square
29
fedilink
408

Regex flavors

lemmy.world

@VegOwOtenks@lemmy.world to Programmer Humor@lemmy.mlEnglish • 1 year ago
message-square
29
fedilink
  • @jaybone@lemmy.world
    link
    fedilink
    8•1 year ago

    Can you actually name capture groups, or this means how you can refer to them by number?

    • @VegOwOtenks@lemmy.worldOP
      link
      fedilink
      24•1 year ago

      You can use backreferences \1 \2 etc. but you can also give them names explicitly.
      it looks like this: (?<name>inner-regex)
      Some flavors support it, kotlins doesn’t apparently.

      • @jaybone@lemmy.world
        link
        fedilink
        2•1 year ago

        TIL thanks!

    • @mormund@feddit.org
      link
      fedilink
      English
      1•1 year ago

      In modern languages you can name them with labels as well yes. Not sure about the syntax right now. Something like (?label:…) I think

      • qaz
        link
        fedilink
        4•1 year ago

        It’s (?<NAME>...) and those are the named capture groups referred to in the post.

Programmer Humor@lemmy.ml

!programmerhumor@lemmy.ml

remote_follow_modal_title

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.
  • 439 users / day
  • 1.32K users / week
  • 3.55K users / month
  • 9.57K users / 6 months
  • 36.6K subscribers
  • 1.7K Posts
  • 31K Comments
  • Modlog
  • mods:
  • @AgreeableLandscape@lemmy.ml
  • @cat_programmer@lemmy.ml
  • BE: 0.19.3
  • Modlog
  • Instances
  • Docs
  • Code
  • join-lemmy.org