Regex, exclude character

后端 未结 0 335
不知归路
不知归路 2020-12-29 04:51

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

相关标签:
回答
  • 消灭零回复
提交回复
热议问题