Hello Mark,

On Friday, August 8, 2003 at 11:13 GMT +0200, a stampede was started
when Mark Partous [MP] hollered:

MP> \w{40,}

MP> Unfortunatly (???) this also catches replies to my own messages that have a
MP> line consisting of 40+ "_" characters.

MP> Is there an easy way to exclude the underscore character from the rule,

Use two inverses:
[^\W_]{40,}

-- 
Thanks for writing,
 Januk Aggarwal





________________________________________________________

http://www.silverstones.com/thebat/TBUDLInfo.html

Reply via email to