14.4.6: Extract Quotes from a Text File

The Problem

Not knowing where you should start when trying to get the quotes out of the file. 

The Solution

Start from the beginning of the text file and looking for the first quotation mark. 

("\"" ) <-- Use this syntax to find the quotes in the .find