401
Regex flavors
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
In modern languages you can name them with labels as well yes. Not sure about the syntax right now. Something like (?label:...) I think
It's
(?<NAME>...)
and those are the named capture groups referred to in the post.