'BBedit regular expression find string

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 "



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source