gsub(pattern, replacement) â string
gsub(pattern) {|...| block } â string
gsub(pattern) {|...| block } â string
Instance Public methods
Equivalent to $_.gsub...
, except that $_
receives
the modified result. Available only when -p/-n command line option
specified.
Please login to continue.