Home : General : Perl Programming :

General: Perl Programming: perl regex help: Edit Log

Here is the list of edits for this post
perl regex help
hello!

i'm thinking of adding another filter to spamassasin to catch spam with relly long subjects.

what I want to do is return true if the number of characters is over 150 long - does this look correct?

Code:
/\w{150,}/


regan

Last edited by:

ryel01: Apr 22, 2004, 8:09 PM

Edit Log: