C++ Regex to skip everything in double quotes including double quotes

前端 未结 0 658
逝去的感伤
逝去的感伤 2021-01-29 22:06

I\'m using the C++ Regex library to match one or more words "[a-z]". However, I need it to skip anything in double-quotes as well as the double quotes themselves.

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