Posted on: 11/26/2014 2:01:50 PM | Views : 385

Hi,
I have a string Like
      
String SizeandPrice= "Large[+3],Medium,Small[-2],X-small[-1]"; now i want to split and add in two columns in array list or data set
Like
Size                -    Price
Large             -    +3
Medium         -     0
Small             -     -2
X-Small          -     -1
any script or suggestions please.
Appropriate for quick and best response.

Go to the complete details ...