Split a string on line feed (Hex 0a)

I need to build a text processing system which extracts certain information from a string pasted in from a third part source

The lines are delimited with a linefeed (decimal 10 hex 0a)

I would like to use the split() function but need to specify a linefeed within the split() function as the delimiter

Any one got an idea how to do that?

Community Page
Last updated: