C
cheng
hi all
a string like
"(word1 & (Word2|woRd3))"
how can i use the re to split it to
['word1', 'word2', 'word3']
a string like
"(word1 & (Word2|woRd3))"
how can i use the re to split it to
['word1', 'word2', 'word3']