fork download
  1. print('(\b\w+)\s+\1')
  2. print(r'(\b\w+)\s+\1')
Success #stdin #stdout 0.02s 9212KB
stdin
Standard input is empty
stdout
(\w+)\s+
(\b\w+)\s+\1