正则表达式查找一行有错误的引号

问题描述

嗨,我需要帮助才能找到有错误引号的行。

1 "many word " "many word"  "many word "
2 "many word "  " <-Error quotation
3 "many word " "many word " " many word  " " many word "    " <-Error quotation
4 """ but this quotation not match
5 "\"" this is not match
6 " aasd \" "  " <-Error quotation \"

only line 2 3 6 have an error quotation  

i need to find a line have an error quotation by regex

https://regex101.com/r/bWBV7A/9

非常感谢

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)