Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have a string array "1,2 ,"3,4",5 , 6"

i want to split like 1 , 2, 3 4, 5, 6

What I have tried:

am new to type script. i searched in google didn't get any solution
Posted
Updated 29-Apr-18 21:42pm

1 solution

What did you Google for? TypeScript String split()[^].
 
Share this answer
 
Comments
Maciej Los 30-Apr-18 4:18am    
5ed!
Richard MacCutchan 30-Apr-18 4:46am    
Thanks, but I don't think I should get 5s just for using Google.
Maciej Los 30-Apr-18 5:05am    
As we both know, sometimes it's the best reference ;)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900