hi all
a string like

"(word1 & (Word2|woRd3))"

how can i use the re to split it to

['word1', 'word2', 'word3']

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

Reply via email to