* Quantifier — Matches between zero and unlimited times, as many times as possible, giving back as needed (greedy)
\( matches the character ( literally (case sensitive)
(?&e) recurses the subpattern named e
\) matches the character ) literally (case sensitive)
Match a single character not present in the list below [^()]*