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