Want to get involved? We're always looking for ideas and content for Weekly Challenges.
SUBMIT YOUR IDEAFirst time using REGEX!
Maybe not the most efficient, but I like to see different steps in different Regex tools for easier troubleshooting.
366 solution
Solution attached below - the official solution didn't use a space between strings on concatenation but that just didn't look right to me, so I've concatenated with ",\s" like a normal person