Hi I have been reading up about regular expressions, I have got some basic res working. I now have been trying to use Re to sort out data like this:
"144,1231693144,26959535291011309493156476344723991336010898738574164086137773096960,26959535291011309493156476344723991336010898738574164086137773096960,1.00,4295032833,1563,2747941288,1231823695,26959535291011309493156476344723991336010898738574164086137773096960,26959535291011309493156476344723991336010898738574164086137773096960,1.00,4295032833,909,4725008"
...into a tuple but I cannot get it to work.
Can anyone explain how they would go about something like this?
Thanks