Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2000 19:26:17 +0100
From:      Mark Ovens <marko@freebsd.org>
To:        Christopher Rued <c.rued@xsb.com>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Perl question
Message-ID:  <20001002192617.I252@parish>
In-Reply-To: <20001002191537.G252@parish>; from marko@freebsd.org on Mon, Oct 02, 2000 at 07:15:37PM %2B0100
References:  <14808.52583.347797.384055@chris.xsb.com> <20001002191537.G252@parish>

next in thread | previous in thread | raw e-mail | index | archive | help
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/

-- 
		4.4 - The number of the Beastie
________________________________________________________________
51.44°N  FreeBSD - The Power To Serve http://www.freebsd.org
2.057°W  My Webpage http://ukug.uk.freebsd.org/~mark
mailto:marko@freebsd.org                http://www.radan.com



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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001002192617.I252>