Subject: Need "=" to look like a strint
From: Bob Hatch <roberth monavie.com>
Date: Thu, 3 Feb 2011 03:19:01 +0900
I have the following variable. Ruby looks at the = sign as a regex
literal and I need it to be recognized as text.
search_text =! %r{
=
}x
--
Posted via http://www.ruby-forum.com/.