Displaying 1 result from an estimated 1 matches for "8c8571e3".
Did you mean:
5c851e3
2006 Jul 28
2
string replacement?
Hello,
What is the best method to replace a substring within a string?
I''m trying this:
url.gsub(string_to_replace,replacement)
but i get the following error:
undefined method `rewrite'' for #<String:0x3711a58>
--
Posted via http://www.ruby-forum.com/.