import res = "I'm goin|going to be here because I hafta|have to"s = re.sub(r'\w+\|\b', '', s)print(s)
Standard input is empty
I'm going to be here because I have to
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!