I have string which contains something about "amount 3 val 6, amount 7 val 8" and so, what regular expression should I use to get array with corresponding amounts and values?
-
Is there ever a case where you wouldn't have a value for something? For instance "amount val 5, amount 8 val 4, amount 6 val"Jordan Messina– Jordan Messina2010-01-21 17:18:42 +00:00Commented Jan 21, 2010 at 17:18
Add a comment
|