Path: csiph.com!fu-berlin.de!uni-berlin.de!not-for-mail From: Chris Angelico Newsgroups: comp.lang.python Subject: Re: Regular expressions Date: Thu, 5 Nov 2015 11:34:26 +1100 Lines: 19 Message-ID: References: <56397a18$0$11094$c3e8da3@news.astraweb.com> <56397FC6.9040700@gmail.com> <3f3l3bpm478nbnsec6c9tr6rre0aontkq1@4ax.com> <5e15df62-00b1-4746-83f8-c0821514d20b@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: news.uni-berlin.de yPDlsIeL4vph7ie0nSkyJAkwp3AaZDb5R+Z2h+FnvdYg== Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'received:209.85.223': 0.03; 'expressions': 0.07; 'tool,': 0.07; 'wednesday,': 0.07; 'cc:addr:python-list': 0.09; 'python': 0.10; 'ignore': 0.14; 'folks': 0.15; 'thu,': 0.15; 'expressions,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'received:io': 0.16; 'received:psf.io': 0.16; 'subject:Regular': 0.16; 'subject:expressions': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'programming': 0.22; 'am,': 0.23; 'header:In-Reply-To:1': 0.24; 'message- id:@mail.gmail.com': 0.27; 'regular': 0.29; 'argue': 0.29; 'picking': 0.33; 'received:google.com': 0.35; 'nov': 0.35; 'but': 0.36; 'too': 0.36; 'there': 0.36; 'received:209.85': 0.36; 'subject:: ': 0.37; 'aspects': 0.37; 'received:209': 0.38; 'still': 0.40; 'python-list': 0.66; 'here': 0.66; 'to:addr:yahoo.com': 0.80; 'chrisa': 0.84; 'grain': 0.84; 'seymore4head': 0.84; 'utc-7,': 0.84; 'favour': 0.93; 'loves': 0.95 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:to :cc:content-type; bh=/S9eNcR/X7PNF7UjpZbTPQwmDVV3BFUrec7v2CvD+Mg=; b=lM5LxAIvnsvPp+KOotQON4eP0G1qwsIdt+xQHpRbXTH3aupejC/8tcwjadjedvEA9a RvuMEQOlfjZFEqgmIhxW7DeFdmvzoI09HJODDQ0qVnzeSgfraJkbxvuqYXgiTXdHSvqB MwMIYnvZd0pnmbFi7RUJnhe7n4lhaqgEqJcVYRC/raczCbJGVQmQcZJw7wcIlJlCBq/N nlgYDaE/O4/90AsjrIMF6p8gWFSTUpM2HdONxkDWTpq1wmDTBSp6yDr9r74Ohtdorgo+ 7SrSAR4l4M1q/6MW24z6LhvVdT38namIS8I9bvzQ/EM3/DwUOf2K9IXLl+R/T2lP/e+E 4K1A== X-Received: by 10.107.137.167 with SMTP id t39mr6087798ioi.19.1446683667185; Wed, 04 Nov 2015 16:34:27 -0800 (PST) In-Reply-To: <5e15df62-00b1-4746-83f8-c0821514d20b@googlegroups.com> X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Xref: csiph.com comp.lang.python:98267 On Thu, Nov 5, 2015 at 11:24 AM, rurpy--- via Python-list wrote: > On Wednesday, November 4, 2015 at 4:05:06 PM UTC-7, Seymore4Head wrote: >>[...] >> I am still here, but I have to admit I am not picking up too much. > > The "take away" I recommend is: the folks here are often way > overly negative regarding regular expressions and that you not > ignore them, but take them with a BIG grain of salt and continue > learning about and using regexs. > > You will find they are an indispensable tool, not just in Python > programming but in many aspects of computer use. The "take away" that I recommend is: Rurpy loves to argue in favour of regular expressions, but as you can see from the other posts, there are alternatives, which are often FAR superior. ChrisA