If I have the following text

var = '1,2,3,4'

and I want to use the comma as a field delimeter and rearrange the
fields to read

'1,3,2,4'

How would I accomplish this in python?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to