Grep strings between a bracket()

grep -oP '\(\K[^\)]+'
click the source code to copy