Hi All,
I really should polish up on my regex but for now can anyone help with this...
((2,3,4,11,8),(5,44,67,78,32,22,111,234))
as you can see, each range of numbers is comma separated and, in this example, there are 2 ranges of of numbers.
In a live scenario there could be many numbers and a handful of ranges.
So... how do i extract something like this into a php nested array or something similar?
ANY help appreciated