How to separate following string by ' ' and store in two dimensional array in java
"('1494576','16268568','5150022241','Flour','Pillsbury','2 For $5.00','5','8/20/2016','80','Best All Purpose Unbleached Enriched','Demoulas/Market Basket','2','itemlink')"
I need data only in between ' ' in two dimensional array like temp[0][0]="1494576" temp[0][1]="16268568"