How do I limit the number of replacements when using gsub?

How do you limit the number of replacements made by String#gsub in Ruby?

In PHP this can be easy done with preg_replace which takes a parameter for limiting replacements, but I can't figure out how to do this in Ruby.

6
задан the Tin Man 15 May 2011 в 20:09
поделиться