fork(3) download
  1. rocket = "Hi, Meowth, that's right!!! Prepare for trouble meowth, and make it double. MEOWTH ftw!!!"
  2. puts rocket.gsub(/(?:\G(?!\A)|\A.*?meowth).*?\K\s*(meowth)/mi) { $1.upcase == $1 ? ' team rocket' : '' }
Success #stdin #stdout 0.02s 9792KB
stdin
Standard input is empty
stdout
Hi, Meowth, that's right!!! Prepare for trouble, and make it double. team rocket ftw!!!