Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #18002

Re: Regular expressions

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!newsfeed.xs4all.nl!newsfeed5.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <jsf80238@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.131
X-Spam-Level *
X-Spam-Evidence '*H*': 0.74; '*S*': 0.00; 'suggest': 0.20; 'header :In-Reply-To:1': 0.22; 'sender:addr:gmail.com': 0.25; 'message- id:@mail.gmail.com': 0.28; 'received:209.85.210.46': 0.30; 'received:mail-pz0-f46.google.com': 0.30; 'url:library': 0.31; 'thanks': 0.31; 'anyone': 0.31; 'to:addr:python-list': 0.34; 'url:python': 0.36; 'everyone.': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'url:docs': 0.39; 'url:org': 0.39; 'received:209': 0.40; 'to:addr:python.org': 0.40
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=lv/zQxGcl3GsGaKomjzUtKOVxv8ptl4M+NyDf01+PP0=; b=CmaJAkMJ/56T1OenvLQKOg9a8cXfM6Lj0G33gSR8vmJF6+cjXcTRLuPLMnBjegEQ2y kIvby6i+3X+5xtBFk4a0ezzPJh/NEdD99fZNTWwRv7tLtj1niatNp/NYdHI6ndDbO0aW ePhKA5tSjt2bLvPASCcNiaoK/5u6HrIr6fgcY=
MIME-Version 1.0
Sender jsf80238@gmail.com
In-Reply-To <34666b77-9e7a-4093-b7c4-74adeceb6555@l18g2000pro.googlegroups.com>
References <495b6fe6-704a-42fc-b10b-484218ad8409@b20g2000pro.googlegroups.com> <CAPTjJmo3sjPAhvxnj1LCL+vntDpYPU6=V9eFPegmA59c-fotGg@mail.gmail.com> <mailman.4119.1324945014.27778.python-list@python.org> <34666b77-9e7a-4093-b7c4-74adeceb6555@l18g2000pro.googlegroups.com>
Date Tue, 27 Dec 2011 01:26:04 +0000
X-Google-Sender-Auth nV2AVir83OKG3vknYuD-xuGhnLA
Subject Re: Regular expressions
From Jason Friedman <jason@powerpull.net>
To python-list@python.org
Content-Type text/plain; charset=ISO-8859-1
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.4121.1324949168.27778.python-list@python.org> (permalink)
Lines 6
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1324949168 news.xs4all.nl 6902 [2001:888:2000:d::a6]:45901
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:18002

Show key headers only | View raw


> Thanks a lot everyone.
>
> Can anyone suggest a good place to learn REs?

Start with the manual:
http://docs.python.org/py3k/library/re.html#module-re

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Regular expressions "mauriceling@acm.org" <mauriceling@gmail.com> - 2011-12-26 15:45 -0800
  Re: Regular expressions Chris Angelico <rosuav@gmail.com> - 2011-12-27 11:00 +1100
    Re: Regular expressions "mauriceling@acm.org" <mauriceling@gmail.com> - 2011-12-26 16:15 -0800
      Re: Regular expressions Fredrik Tolf <fredrik@dolda2000.com> - 2011-12-27 06:01 +0100
        Re: Regular expressions rusi <rustompmody@gmail.com> - 2011-12-27 23:05 -0800
  Re: Regular expressions Roy Smith <roy@panix.com> - 2011-12-26 19:07 -0500
  Re: Regular expressions Jason Friedman <jason@powerpull.net> - 2011-12-27 00:16 +0000
    Re: Regular expressions "mauriceling@acm.org" <mauriceling@gmail.com> - 2011-12-26 16:24 -0800
      Re: Regular expressions Jason Friedman <jason@powerpull.net> - 2011-12-27 01:26 +0000

csiph-web