I have a table with the following data:

132, "Speed ​​Level"

In the table of 3k rows, I did not manage to sort out my hands, I think to try through notepad and the regular expression, tell me with it. Those. Is it possible to have such a regular schedule where condition <2 quotes or> 2

Closed due to the fact that the essence of the question is not clear to the participants of VenZell , Vladimir Martyanov , aleksandr barakin , Nick Volynkin Mar 24 '16 at 11:01 .

Try to write more detailed questions. To get an answer, explain what exactly you see the problem, how to reproduce it, what you want to get as a result, etc. Give an example that clearly demonstrates the problem. If the question can be reformulated according to the rules set out in the certificate , edit it .

  • Perhaps almost everything when you can understand what it is about in the problem. true question what regulars in notepad can do ... - Mike
  • What language do you use? What is the general purpose of this treatment? - tutankhamun

2 answers 2

I have no Notepad, but pspad will find strings with the number of double quotes different from 2 such regular:

^[^"]*(("[^"]*){0,1}|("[^"]*){3,})$ 

    I do not know how about the notepad, but in the EditPad the number of quotes is searched for quite clearly, for example: ["]{2} . Or is it really, really, what is it about?