Y
Hacker News
new
|
ask
|
show
|
jobs
by
dokem
1579 days ago
I feel like there should be a way to group a portion of the regex, by name, for extraction later. Otherwise I like it.
ie
group $first_name { some of <letter> } 1 of <space> group $last_name { some of <letter> }
1 comments
ozzmotik
1579 days ago
capture name {} is a thing it listed
link