Frederick Cheung wrote:
> On Dec 24, 11:49�am, Jayakumar Manickam <rails-mailing-l...@andreas-
> s.net> wrote:
>> hi ,
>>
>> �I have a string with "\". how can i gsub the string?
>>
>> i tried
>>
>> "\".gsub('\','')
>>
>> but it is giving error.
>>
> Neither of those string literals because the \ escapes the close quote
> mark. You need to escape literal backslashes.
> 
> Fred

i tried  "\\".gsub('\\',''). it is working fine.


thanks
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to