# File lib/oniguruma.rb, line 312
   def osub!(re, *args)
      Oniguruma::ORegexp.new( re ).sub(self, *args)
   end