Subject: ruby's regexp: Is there no opposite of =~ ???
From: Meino Christian Cramer <mccramer@ n i d
Date: Sun, 17 Aug 2003 19:46:33 +0900
Hi,
Searching through "Programming Ruby" I found the Perl-like "=~" for
matching strings against regexps but I cannot find the opposite
"dont match" operator ( "!~" in Perl ).
Is there any aequivalent ?
Kind regards,
Meino