Find the string between two brackets in c ++, omitting the other parentheses inside

前端 未结 0 1504
生来不讨喜
生来不讨喜 2020-12-07 06:20

Target string:

Hello("hey",a1,a2,a3(a4()),1)

Output I want to get:

"hey",a1,a2,a3(a4()),1

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