How I can find with bbedit regular expression all the lines containing the word text+""
Text("ciao") <- this is the type off line that i want to search
"Hello"
how are you = "test"
I tried with this regular expression ("[a-zA-Z 0-9]+)
, but I found all the lines that have "