Alex asked:<br><br>&gt; Couldn&#39;t you just use the ~! on the regex instead of ~=?<br><br>Nope, see below.<br><br><div class="gmail_quote">On Thu, Mar 12, 2009 at 9:53 AM, Dave Doyle <span dir="ltr">&lt;<a href="mailto:dave.s.doyle@gmail.com">dave.s.doyle@gmail.com</a>&gt;</span> wrote<br>
<br>&gt; Is this because the regexes are being fed in from an external source?<div><br>Well the data is a given set, and the regex pattern is what I&#39;m trying to develop<br> <br>&gt; Do you have control of that source?<font color="#888888"></font></div>
<div><br>Nope<br><br>Basically there is a simple regex engine somewhere else that says<br><br>if (/$regex/) {print &quot;match&quot;; } else { print &quot;no match&quot;; }<br><br>and I need a regex pattern that is the &#39;NOT the given string&#39; pattern.<br>
<br>So for the given the data set: &#39;bad&#39;, &#39;soso&#39;, &#39;maybe&#39;, and &#39;good&#39;<br>I need to be able to say... &#39;return true if its anything but &quot;good&quot;&#39;.<br><br><br><br></div></div><br>