I'm looking to use sed (or combining it with another grep command)to convert the following string
John: Hi!,How are you,?,Dylan: Hey,OK
into
John: Hi!
John: How are you
John: ?
Dylan: Hey
Dylan: OK
If that's not possible I'm willing to compromise for
John: Hi!,How are you,?
Dylan: Hey,OK
Many thanks