function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Rahul22Rahul22 

Break Paragraph basis on Comma

Hi,

I have a requirement in which I want to break a paragraph into multiple lines copied from another resource in Text area field basis on the comma given in between the paragraph.  

Any suggestions.
Deepak Pandey 13Deepak Pandey 13
String strTest = Field_Which_is_holding_comma_withName;
String[] arrTest = strTest.split(',');