I want to generate riddles from accordingly formatted input strings.
Example input:
Foo was the +first+ to get a drink at +the bar+.
Desired output:
Foo was the _____ to get a drink at ___ ___.
With any standard shell tool, what's the simplest (on the eye) solution for this?