From a given string I want an array of all the substrings within the parenthesis of given string for example I have a string
COUNTER_SUM(lehr_in) / COUNTER_SUM(feeder) * 100
Here I have two substrings within the parenthises "lehr_in" and "feeder" so my result should be
["lehr_in", "feeder"]