Regex find exactly six quotation marks anywhere in a line

后端 未结 0 497
忘了有多久
忘了有多久 2021-02-02 10:32

I am trying to find a regex that will return true if there are exactly 6 double quotes(") in a line.

I have tried this:

["]{6}

b

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