i have this list:
x=['d', 'f', 'd', 's', 'f', 'd', 's', 'f', 'd', 's', 'f', 'd', 's', '\\(', '\\)', '\\^', '\\|', ';', '\\.', '\\$']
i want to transform x in a string like this: dfdsfdsfdsfds\\(\\)\\^\\|;\\\\$
How can i do this????/
Juliano Freitas
www.gebrasil.hpg.com.br