import rep = re.compile(r'[^\W\d_]+')print(p.findall("02_Sektion_München_Gruppe_Süd"))
Standard input is empty
['Sektion', 'München', 'Gruppe', 'Süd']
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!