How can I match all characters between 2 specified characters, say \" \" -> from sdfsf \" 12asdf \" sdf
\" \"
sdfsf \" 12asdf \" sdf
I want to get 12asdf o
12asdf
[^"].*[^"]
If you enter: "Elie", it will give Elie (note: without quotes)