How can I extract the second group from `aa-bb-c-dddd-eeeee` defined as `(\w+)-(\w+)-(\w+)-(\w+)-(\w+)` (nothing, if no match)?
How can I extract the second group from
aa-bb-c-dddd-eeeeedefined as(\w+)-(\w+)-(\w+)-(\w+)-(\w+)(nothing, if no match)?