i want to match everyting inside () and exclude ,. I tried to use this pattern (?<=(\\w|\\s)(:|=)\\s\\()(?!,)(.*)(?=\\)) but it mat
()
,
(?<=(\\w|\\s)(:|=)\\s\\()(?!,)(.*)(?=\\))