I have a paragraph of text in a string variable. Embedded in the text are multiple instances of strings enclosed by double quotes ("). For example:
I would like information on document “XYZ123” and also on part number “45678A”.
How could I extract the quoted strings into a string array? I’ve tried several regular expressions but I can’t seem to get it working.