re.findall('(.*)hello|(.*)', 'hi, how are you. hello') re.findall('(.*)hello|(.*)', 'hi, how are you. ello') take a look at the outputs of these.
-- http://mail.python.org/mailman/listinfo/python-list
re.findall('(.*)hello|(.*)', 'hi, how are you. hello') re.findall('(.*)hello|(.*)', 'hi, how are you. ello') take a look at the outputs of these.
-- http://mail.python.org/mailman/listinfo/python-list