#!/bin/bashs='Star Lord (Chris Pratt), age 42, actor, (Chris_Pratt)'sed 's/ *([^()_]*)//g' <<< "$s"sed -E 's/ *\([^()_]*\)//g' <<< "$s"
Standard input is empty
Star Lord, age 42, actor, (Chris_Pratt) Star Lord, age 42, actor, (Chris_Pratt)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!