Hacker News new | ask | show | jobs
by Crestwave 2699 days ago
> except sed

Doesn't gsub(/a/, "b") do the same thing as s/a/b/g?

1 comments

Yes, I recall it hours ago.