From owner-freebsd-questions@FreeBSD.ORG Mon Dec 1 07:29:14 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8A7091065675 for ; Mon, 1 Dec 2008 07:29:14 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 176678FC13 for ; Mon, 1 Dec 2008 07:29:12 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id mB17RsRJ066022 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 1 Dec 2008 14:27:54 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id mB17T8n2055195; Mon, 1 Dec 2008 14:29:08 +0700 (ICT) Date: Mon, 1 Dec 2008 14:29:08 +0700 (ICT) Message-Id: <200812010729.mB17T8n2055195@banyan.cs.ait.ac.th> From: Olivier Nicole To: freebsd-questions@freebsd.org In-reply-to: <493385F4.6010809@infracaninophile.co.uk> (message from Matthew Seaman on Mon, 01 Dec 2008 06:36:36 +0000) References: <4932CA0D.8080109@mykitchentable.net> <4932D91F.5040804@infracaninophile.co.uk> <4932E8A2.6030804@mykitchentable.net> <493385F4.6010809@infracaninophile.co.uk> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Subject: Re: Regular Expression Help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Dec 2008 07:29:14 -0000 Hi, > I still don't really understand *why* the above works but I'm trying > to pick it apart now. Whenever I have a doubt about regular expression, I use the regexp coach. It works on Windows, but I find it a very intelligent and usefull tool. http://weitz.de/regex-coach/ Best regards, Olivier