On Mon, Mar 11, 2002 at 08:43:09AM -0800, Rob McMillin wrote: > Matt Sergeant wrote: > > > > >Wouldn't an easier fix be: > > > >/^([A-Z]|[^a-z])*$/ > > > Interesting. [^a-z] includes [A-Z]. It also matches a zero-length > string. How about > > /^(?:[A-Z]|[^A-Za-z])+$/
Is one of these fixes going to find it's way into CVS soon? -- Kelsey Cummings - [EMAIL PROTECTED] sonic.net System Administrator 300 B Street, Ste 101 707.522.1000 (Voice) Santa Rosa, CA 95404 707.547.2199 (Fax) http://www.sonic.net/ Fingerprint = 7F 59 43 1B 44 8A 0D 57 91 08 73 73 7A 48 90 C5 _______________________________________________ Spamassassin-talk mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/spamassassin-talk