Path: csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.075 X-Spam-Evidence: '*H*': 0.85; '*S*': 0.00; 'subject:help': 0.07; 'alexander': 0.16; 'expr.': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:addr:python': 0.16; 'from:name:mrab': 0.16; 'message- id:@mrabarnett.plus.com': 0.16; 'subject:required': 0.16; 'wrote:': 0.17; 'python?': 0.20; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'regular': 0.27; 'received:192.168.1.3': 0.29; 'at:': 0.31; 'url:python': 0.32; 'to:addr:python-list': 0.33; 'another': 0.33; 'thanks': 0.34; 'url:org': 0.36; 'subject:: ': 0.38; 'url:docs': 0.38; 'to:addr:python.org': 0.39; 'received:192': 0.39; 'received:192.168': 0.40; 'subject:-': 0.40; 'subject: & ': 0.67; 'header:Reply-To:1': 0.68; 'online': 0.70; 'million': 0.72; 'reply-to:no real name:2**0': 0.72; 'url:info': 0.75; 'reply- to:addr:python.org': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=XeZXOvF5 c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=O2Kvzccb_dQA:10 a=HZ2TIcMp2scA:10 a=ihvODaAuJD4A:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=EBOSESyhAAAA:8 a=8AHkEIZyAAAA:8 a=wni5X_RvqE8A:10 a=PO5c8np3AAAA:8 a=moIse6oh5zgm9PXw83wA:9 a=wPNLvfGTeEIA:10 a=wwnWkMUk00QA:10 a=b2w_PX4WsSAA:10 a=NWVoK91CQyQA:10 a=0nF1XD0wxitMEM03M9B4ZQ==:117 X-AUTH: mrabarnett:2500 Date: Wed, 19 Dec 2012 14:23:45 +0000 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Pattern-match & Replace - help required References: <50d1cafc$0$6563$9b4e6d93@newsspool4.arcor-online.net> In-Reply-To: <50d1cafc$0$6563$9b4e6d93@newsspool4.arcor-online.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: python-list@python.org 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1355927033 news.xs4all.nl 6921 [2001:888:2000:d::a6]:45177 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:35117 On 2012-12-19 14:11, Alexander Blinne wrote: > Am 19.12.2012 14:41, schrieb AT: >> Thanks a million >> Can you recommend a good online book/tutorial on regular expr. in python? > > http://docs.python.org/3/howto/regex.html > Another good resource is: http://www.regular-expressions.info/