Re: regular expression to kill Lines:

From: Ray Vermey (rvermey@bazis.nl)
Date: Mon, 13 Jan 1997 18:17:46 +0100 (MET)

On Mon, 13 Jan 1997, Phil Crown wrote:

> Does anyone have a regular expression to kill articles with < 1000
> lines?
>
> I've tried, but I can't get one to work. I have something like
>
> "^Lines\: [0-9]{1,3}$"

>From the top of my head:

Lines: ^[0-9][0-9][0-9]$

Something like that!

Goodluck!

Ray