I have a string field that contains only email addresses. There is no limit as the field can contain as many email addresses that will fit in 255 characters. Some only contain one email address.
For those with more than one, each email addresses is separated by a space. The format is first.last@email.com. If the field contains more than one email address, I am looking for a way to extract them one by one and ideally display them in a column. Any suggestions on how this may be possible would be greatly appreciated.
thanks in advance!
For those with more than one, each email addresses is separated by a space. The format is first.last@email.com. If the field contains more than one email address, I am looking for a way to extract them one by one and ideally display them in a column. Any suggestions on how this may be possible would be greatly appreciated.
thanks in advance!