![]() |
regex does not contain - or no match
okay, for some reason, i am not getting this.. i am feeling very
stupid.. i am trying to find a case where the regex does NOT match.. i have tried: string !=~/regex/ but this doesn't seem to work.. anyone have any ideas how to do this? thanks! -- Posted via http://www.ruby-forum.com/. |
Re: regex does not contain - or no match
Hi --
On Tue, 17 Feb 2009, Sergio Ruiz wrote: > okay, for some reason, i am not getting this.. i am feeling very > stupid.. > > i am trying to find a case where the regex does NOT match.. > > i have tried: > > string !=~/regex/ > > but this doesn't seem to work.. string !~ /regex/ David -- David A. Black / Ruby Power and Light, LLC Ruby/Rails consulting & training: http://www.rubypal.com Coming in 2009: The Well-Grounded Rubyist (http://manning.com/black2) Ruby Training Atlanta! April 1-3, http://www.entp.com/training/atlanta09 |
Re: regex does not contain - or no match
> > string !~ /regex/ > > > David wow! that totally worked! thanks SO much! i can't believe that was so hard to find! -- Posted via http://www.ruby-forum.com/. |
| All times are GMT. The time now is 10:23 PM. |
Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.