String Splicing

Hello, 

Is there any way to string splice on a character in pilotscript without using regex? I want to take a string lets say 'A1,B1,C1' and splice it on the comma and put A1 B1 C1 into separate columns. 


Thanks.