Thursday, 29 August 2013

Split array into separate arrays on tab

Split array into separate arrays on tab

I need to split on the tab delimiter for input example: abcdefghi so that
each group is put in a differnt array
is this done using split('\t')?

No comments:

Post a Comment