Hey Guys,
I have a string to split which is easy enough. The split is placed into an array. Some of the values in the array are email addresses and some are not. I need to then take out the values that are not email addresses from that array.
Have not had much experience splitting strings.
Cheers