Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Split String to Array

Hi Experts,

      I have a simple requirement where I need to split a string that has comma seperated email list into an array so I can loop through each email. 

EmailString = aparajit@gmail.com,john@gmail.com

I need to convert this into an array, loop through and send an email.

I first looked in Javascript function but I am not able to pick “Array” as Output.

Comments
Post Details
Added on Feb 27 2024
2 comments
434 views