my $string = '"Foo, Bar", "", "Blah"'; my @elements = $string =~ /"(.*?)"/g;