On Mon, 11 Mar 2002, Matt Sergeant wrote:
> I think the original intention of the count was to make sure we had at
> least three upper case chars, in which case you could get away with:
>
> /^([A-Z]|[^a-z])*?[A-Z]{3,}([A-Z]|[^a-z])*$/
>
> That needs testing though to make sure it doesn't backtrack horribly (I
> don't think it will, but I could be wrong).

What does *? do?

(It doesn't blow up on the string that was choking it before ...)

-- 
Charlie Watts
[EMAIL PROTECTED]
Frontier Internet, Inc.
http://www.frontier.net/


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to