this post was submitted on 05 Jul 2024
390 points (95.8% liked)

Programmer Humor

31793 readers
32 users here now

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

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 1 points 1 month ago (1 children)

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

[โ€“] [email protected] 4 points 1 month ago

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