Subject: do i need a regex?
From: newbie <a a.org>
Date: Wed, 24 May 2006 05:19:53 +0900
i am trying to match the string "--(null)--" in ruby
i am doing this after reading a line
if line.match("--null--")
#code here
its not working though
would i need a regex
--
Posted via http://www.ruby-forum.com/.