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