R
Ruby Tuesday
Hi, I was wondering if there are such a function in Ruby for escaping a
character, e.g:
I'd like to add record to mysql db but it has quote('), double-quote("), and
other escape-able characters.
How do I escape those characters just before pumping it to the database?
Now the strings is clobbered with escape characters, how do I strip it for
searching? Thanks
character, e.g:
I'd like to add record to mysql db but it has quote('), double-quote("), and
other escape-able characters.
How do I escape those characters just before pumping it to the database?
Now the strings is clobbered with escape characters, how do I strip it for
searching? Thanks