From owner-freebsd-questions@FreeBSD.ORG Fri Jan 15 01:19:08 2010 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 4794B106568F for ; Fri, 15 Jan 2010 01:19:08 +0000 (UTC) (envelope-from Olivier.Nicole@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 E32298FC1B for ; Fri, 15 Jan 2010 01:19:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.cs.ait.ac.th (Postfix) with ESMTP id 195373A383C; Fri, 15 Jan 2010 08:19:06 +0700 (ICT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cs.ait.ac.th; h= references:subject:subject:in-reply-to:from:from:message-id:date :date:received:received:received; s=selector1; t=1263518345; x= 1265332745; bh=x+UvGhopjsIUw7o0MLgsGPPMh+nGLRtM4itUCjV0Yz0=; b=S 93+YJ5ojRKP1LSiEWec3SWOnAc5nm840pdLDtOcMN5KJM7wew17lSgQjxfl2jK1s 1Brgsklnczd58+m8IkoQEakz5hh+jK8AR93zPpB2N3sVgFvXpIk8AJ8H372TZkz2 9Tb+6R4g0uEVJYQg1tV5MRef0X51x349DXtRaXIydY= X-Virus-Scanned: amavisd-new at cs.ait.ac.th Received: from mail.cs.ait.ac.th ([127.0.0.1]) by localhost (mail.cs.ait.ac.th [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 6KWf9Stbl1kS; Fri, 15 Jan 2010 08:19:05 +0700 (ICT) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.cs.ait.ac.th (Postfix) with ESMTPS id 454D03A3832; Fri, 15 Jan 2010 08:19:05 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.3/8.14.3/Submit) id o0F1IvxP080108; Fri, 15 Jan 2010 08:18:57 +0700 (ICT) (envelope-from on) Date: Fri, 15 Jan 2010 08:18:57 +0700 (ICT) Message-Id: <201001150118.o0F1IvxP080108@banyan.cs.ait.ac.th> From: Olivier Nicole To: rwmaillists@googlemail.com In-reply-to: <20100114234559.2aaed7fc@gumby.homeunix.com> (message from RW on Thu, 14 Jan 2010 23:45:59 +0000) References: <866374fs5q.fsf@blue.stonehenge.com> <20100114234559.2aaed7fc@gumby.homeunix.com> Cc: freebsd-questions@freebsd.org Subject: Re: Regular Expression Editor 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: Fri, 15 Jan 2010 01:19:08 -0000 > In general I think most people would use command line tools to test > expressions. Although I favor command line tools for most of my work (if only, because it can work remotely, through a slow phone connection, across the world); I like The Regex Coach (GUI tool) because it highlights the various strings and substrings matched. Also I like it because the regex (as far as I have used it) have the exact syntax of Perl, so it is just a matter of cut & paste: usefull to find a mistake in a long and intricated regex. Bests, Olivier