I have the following string:
fturn... deliverable: mailer local, user fturn
rtoms... deliverable: mailer local, user rtoms
erint... deliverable: mailer local, user erint
wrines... deliverable: mailer local, user wrines
I want to parse the string into an array, so all I have is the last word of each line in the array...
so all I want in the array in this example is:
fturn
rtoms
erint
wrines
an ideas would be greatly appreciated...