<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=UTF-8" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Negative lookup assertion should match to be validate.<br>
If "Wxy" not match, the positive assertion failed.<br>
<br>
If you want a Capital letter followed by a dash but not followed by 3
lower case, you should match "not 3 lower case"<br>
([A-Z]-)(?![^a-z]{3})([a-z0-9]* )<br>
<br>
<br>
Regards<br>
<br>
Arian Hojat a écrit :
<blockquote
 cite="mid:797650580805200844m42056b92mdbf880d1b6dc4ed8@mail.gmail.com"
 type="cite">Hello all,<br>
  <br>
had a question/possible bug report...<br>
For the example on this webpage:<br>
  <a moz-do-not-send="true"
 href="http://www.nuclearblender.com/leftovers/howto/regex/"
 target="_blank">http://www.nuclearblender.com/leftovers/howto/regex/</a><br>
  <br>
this pattern is presented and i tried a positive lookup assertion which
worked, but this first negative one only matched the first pattern
(global option is on btw, so not sure why wont match).<br>
Pattern: ([A-Z]-)(?![a-z]{3})([a-z0-9]* )<br>
Text to lookup: A-xyz37 # B-ab6142 # C-Wxy66 # D-qrs93<br>
  <br>
Should
match B-ab6142 and C-Wxy66 as they both (have a capital letter followed
by a dash), then (dont have 3 lower case letters), and (are following
by letters/numbers and a space)<br>
only matches first one in the program.<br>
  <br>
Thanks, let me know if it should match only one if im wrong. Running
latest version on Windows XP.<br>
Great Tool!<br>
Arian<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
regex-coach site list
<a class="moz-txt-link-abbreviated" href="mailto:regex-coach@common-lisp.net">regex-coach@common-lisp.net</a>
<a class="moz-txt-link-freetext" href="http://common-lisp.net/mailman/listinfo/regex-coach">http://common-lisp.net/mailman/listinfo/regex-coach</a></pre>
</blockquote>
<br>
<br>
<pre class="moz-signature" cols="200">-- 





---------------------------------------------------------------------
Sorry, This disclamer is auto added by my company's FW
---------------------------------------------------------------------
























</pre>
</body>
</html>