* Rob 'Feztaa' Park <[EMAIL PROTECTED]> [2002-04-18 03:28]: > > > Have you tried this pattern? [^a-z] > > no - because the limit command would then > > match all subject lines which contain > > at least one non-letter, such as > > Subject: can you spot the non-letter? > > So then how about ^[^a-z]+$ ? > That would match anything that contained > only non-lowercase-letters, wouldn't it?
correct. but I do want subjects with letters! however, all of these must *not* be lowercase letters, but only uppercase. try again? :-) Sven [yes, my clone is asleep now ;-)]