Calls Oniguruma::ORegexp#gsub on this string.
# File lib/oniguruma.rb, line 297 297: def ogsub(*args) 298: Oniguruma::ORegexp.new(args.shift).gsub(self, *args) 299: end
Calls Oniguruma::ORegexp#gsub! on this string.
# File lib/oniguruma.rb, line 302 302: def ogsub!(*args) 303: Oniguruma::ORegexp.new(args.shift).gsub!(self, *args) 304: end
Calls Oniguruma::ORegexp#sub on this string.
# File lib/oniguruma.rb, line 307 307: def osub(re, *args) 308: Oniguruma::ORegexp.new( re ).sub(self, *args) 309: end
Calls Oniguruma::ORegexp#sub! on this string.
# File lib/oniguruma.rb, line 312 312: def osub!(re, *args) 313: Oniguruma::ORegexp.new( re ).sub(self, *args) 314: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.