Hi ,
I have this requirement of removal of characters from email id .
We upload many email id before sending email to stakeholders .
but the email id's contain characters as shown below :
<email id >;1234;<email id>;3445;<email id>;24665 and so on .
My requirement is just pick up email id and any two email id must be separated with ;
Is it possible.
Thanks.