import re;text = '''abcdef''' print(re.sub("(?<!=abc)def", " ", text))
Standard input is empty
abc
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!