On Mon, Mar 29, 2010 at 04:38:17PM +0200, Steve wrote:
> 
> > 
> Ohhh boy. Now looking at the regexp I see an error. Every line
> starting with "/[^:]*.+" should be replaced by "/[^:]*:.+". Sorry for
> that.
> 

Hi Steve,

You if/endif suggestion for the prefix is interesting.

For added safety, the individual rules should be anchored with ^ and the
bracketed atom plussed, no?

/^[^:]+:.+

Thanks,

Reply via email to