From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 18:51:51 2011 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 5D9631065673 for ; Tue, 27 Sep 2011 18:51:51 +0000 (UTC) (envelope-from grarpamp@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E4EC78FC14 for ; Tue, 27 Sep 2011 18:51:50 +0000 (UTC) Received: by wyj26 with SMTP id 26so5985070wyj.13 for ; Tue, 27 Sep 2011 11:51:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=wheJ2EoCPh+QaQZbFAzR73t5oXUDZlfKIdC14OiMwSg=; b=Hgfik3w+VojvDW+QqAYzJzqJEafumppyiOYMtT3K/rguP0TdZWmXaWeNC0ElVkVf/Y 1uy8u35Xjc4FdTPnZ2J2dh9xwEgPS0251CDWjAutxW2ZvumLS6RbDdDrf59xqV0QvgQs lOiA3briBEaMiiIYB++IzswQ+jka8OWZGqdXU= MIME-Version: 1.0 Received: by 10.227.11.81 with SMTP id s17mr9435212wbs.62.1317149509646; Tue, 27 Sep 2011 11:51:49 -0700 (PDT) Received: by 10.180.80.2 with HTTP; Tue, 27 Sep 2011 11:51:49 -0700 (PDT) In-Reply-To: <4E816F64.1030404@infracaninophile.co.uk> References: <4E816F64.1030404@infracaninophile.co.uk> Date: Tue, 27 Sep 2011 14:51:49 -0400 Message-ID: From: grarpamp To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=UTF-8 Subject: Re: Regex Wizards 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: Tue, 27 Sep 2011 18:51:51 -0000 I think I'm grokking my mistake with the greedy stuff now. I'll try implementing a couple of your suggestions. Thanks guys!