> -----Original Message-----
> From: [EMAIL PROTECTED]
> Sent: Thursday, January 08, 2004 12:57 PM
> 
> Would this regex make more sense?
> 
> /([a-z]{4,12}\s){12,}/

Slightly better might be:
 /(?:(\b[a-z]{4,12}\s+){12,})/




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to