fork download
  1. import re
  2. print('"{}"'.format(re.sub(r'(?<=\s)ff','fast-forward',' ff')))
Success #stdin #stdout 0.02s 7072KB
stdin
Standard input is empty
stdout
" fast-forward"