On Wed, Apr 17, 2002 at 08:35:09PM -0700, Gary Johnson wrote:
> On Thu, Apr 18, 2002 at 05:15:54AM +0200, Sven Guckes wrote:
> >
> > here are some examples to test your ideas:
> >
> > Subject: THIS SUBJECT IS IN CAPS ONLY
> > Subject: THIS 1 2!
> > Subject: !ME TOO!
> > Subject: A N D M E T H R E E
> > Subject: !$#A&^N%@D#&*M%*E&!#^
>
> I tested the search pattern
>
> [A-Z0-9 [:punct:]]+
>
If you want an even more complicated pattern you could try one of these:
^[^a-z]*[A-Z][^a-z]*$
^Subject:[^a-z]*[A-Z][^a-z]*$
I think it is exactly wat you said (at least one letter and no lowercase).
--
Michal Suchanek
[EMAIL PROTECTED]