S
ssylee
I'm trying to parse a list of email addresses into a different type of
string as follows:
For example, if I want to use (e-mail address removed) to make a string
that says "[email protected]",
how would you suggest me to separate the content that is before and
after the '@' character?
Thanks.
string as follows:
For example, if I want to use (e-mail address removed) to make a string
that says "[email protected]",
how would you suggest me to separate the content that is before and
after the '@' character?
Thanks.