i am reading in a csv file, and yanking the email addresses out. Im having a
problem with return characters in the csv file.
im trying to go from list to array and search through the array for emails.
But when there is a return in the csv, it adds a space in the array element.
This causes my email checker isEmail(str) from cflib.org to over look the
element.