grep search for any # of words within quotes
It's my understanding (from what I've read) that the following will find a single word within quotation marks:
(?<=")\w+(?=")
Can anyone please explain how to modify this grep search in a way that allows me to find any number of words within a pair of quotation marks (whether straight or "curly")?
(Yes, I'm extremely new to this, but I've searched about a dozen sites, and can't seem to locate the answer.)
Many thanks in advance,
Ron Herrmann
