atom feed7 messages in org.freebsd.freebsd-questionsRe: Perl question
FromSent OnAttachments
Christopher RuedOct 2, 2000 11:00 am 
Mark OvensOct 2, 2000 11:15 am 
Mark OvensOct 2, 2000 11:25 am 
Andresen,Jason R.Oct 2, 2000 11:36 am 
Christopher RuedOct 2, 2000 2:09 pm 
Mark OvensOct 2, 2000 3:34 pm 
Dirk MyersOct 2, 2000 7:21 pm 
Subject:Re: Perl question
From:Mark Ovens (mar@freebsd.org)
Date:Oct 2, 2000 11:25:55 am
List:org.freebsd.freebsd-questions

On Mon, Oct 02, 2000 at 07:15:37PM +0100, Mark Ovens wrote:

/a.?c.*d/;

Doh, typo! That should read

/a.*?c.*d/;

BTW, your RE should have a ``*'' as well:

/x.*?y/

To Unsubscribe: send mail to majo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message