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