I want to write a re that accepts everything that is between parenthesis. My re is: r''\'([^&]+'\')' (ingnore the '' in the backslash)
I had to put that random character so it will accept everything except that. How can I write it so it accepts EVERYTHING including that character. Thanks.