09-29-2003, 01:31 PM -
Submitted regular expression.
Very useful, this regular expression will flag emails that do not have at least one two-letter word in their subject.
Subject does not contain regular expression:
This will flag "a", "c2", "d f", etc etc.
Very useful, this regular expression will flag emails that do not have at least one two-letter word in their subject.
Subject does not contain regular expression:
Code:
[[:alpha:]]{2,}