From owner-freebsd-questions@FreeBSD.ORG Wed Jan 17 15:49:25 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5AA6916A407 for ; Wed, 17 Jan 2007 15:49:25 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from mx27.mail.ru (mx27.mail.ru [194.67.23.64]) by mx1.freebsd.org (Postfix) with ESMTP id 19CB513C441 for ; Wed, 17 Jan 2007 15:49:25 +0000 (UTC) (envelope-from applecom@inbox.ru) Received: from [85.115.165.63] (port=44602 helo=xml.opera.com) by mx27.mail.ru with asmtp id 1H7D2R-000K8D-00; Wed, 17 Jan 2007 18:49:23 +0300 Date: Wed, 17 Jan 2007 20:49:23 +0500 To: "Parker Anderson" From: applecom@inbox.ru Content-Type: text/plain; format=flowed; delsp=yes; charset=iso-8859-1 Message-ID: User-Agent: Opera Mail/9.10 (FreeBSD) MIME-Version: 1.0 References: In-Reply-To: Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: regexp [. .] 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: Wed, 17 Jan 2007 15:49:25 -0000 On Wed, 17 Jan 2007 07:15:34 +0500, Parker Anderson wrote: > Is there a certain match you are trying to pattern? From the looks of > it, [ch]* would match a similar set of characters, but it isn't as > strict about which pattern they should be in. I need 'some[^[.pattern.]]' working, i.e. matching 'some' if it isn't followed by 'pattern'. Curiously that seems there isn't additional information about it somewhere except the page you've denoted.