I was just playing around with some data earlier and stumbled on a nice RegEx problem:

Two approaches so far for it:
1. Parsing + some data manipulation to get it into desired format


2. Identifying the groups singularly via replace, & then some text manipulation. One tool, looks cleaner:

Just thought I'd share. Maybe the insights prove useful for somebody.