Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.023 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'formatting': 0.09; 'url:github': 0.09; 'cc:addr:python-list': 0.11; 'expressions.': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; '15,': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'regular': 0.32; 'text': 0.33; 'fri,': 0.33; 'created': 0.35; 'tool': 0.35; 'received:google.com': 0.35; 'thank': 0.38; 'how': 0.40; 'you.': 0.62; 'to:none': 0.92 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=EKwV1cEHeT12Fyh+cwTqMEJveSTLdQTKsTBU/127VHI=; b=htarmcZoIPlBdSSKoVGDEI9o6WxJvWYat5PPCk5+f67TfUMevEBu8q4UYiuqD5YSsj 0YFd6zaqUB2yfbjgEoMjVW2hdF98NtlhF68WvVqzT6rf5Z2aioEQ/DyjeTTdIAnHIP+E 4GtY92TwYNZOTeyffsYEkYRRom1K6gnOO7boT4JMYqX9tY2xmqAvJQ335FBaQoDjJAqY jjW0A/WuKKhtTFH+uvm7+hoJu8+LA0zgYkOeHb/3c+PBqFqi1+bwTwTAgAHqi4A/5577 F6WQ3v2/KCo2eeZYJsjsP67uj5x3VWqaBiaNuo8dSJslsDHN3Piv+wvQ3ugKw9YL5cL9 u/xg== MIME-Version: 1.0 X-Received: by 10.42.48.197 with SMTP id t5mr18162402icf.11.1408056557382; Thu, 14 Aug 2014 15:49:17 -0700 (PDT) In-Reply-To: <198ac789-f8e3-4f81-b10f-d7b29c25a70f@googlegroups.com> References: <198ac789-f8e3-4f81-b10f-d7b29c25a70f@googlegroups.com> Date: Fri, 15 Aug 2014 08:49:17 +1000 Subject: Re: PyMatch Tool. From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1408056559 news.xs4all.nl 2872 [2001:888:2000:d::a6]:51183 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:76332 On Fri, Aug 15, 2014 at 5:50 AM, wrote: > Hello, I created this tool to help me develop on formatting text using regular expressions. > Any questions, I am available. > Thank you. > > Tool -> https://github.com/rfunix/PyMatch How is this better than GNU sed? ChrisA