Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #3817
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <vlastimil.brom@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.010 |
| X-Spam-Evidence | '*H*': 0.98; '*S*': 0.00; 'python': 0.07; ':-)': 0.07; 'expressions.': 0.09; 'subject:don': 0.09; 'wrote:': 0.14; 'mrab': 0.16; 'pypi.': 0.16; 'subject:regular': 0.16; 'possibly': 0.16; 'header:In-Reply-To:1': 0.22; 'received:209.85.161.46': 0.26; 'received:mail-fx0-f46.google.com': 0.26; 'message- id:@mail.gmail.com': 0.28; 'received:209.85.161': 0.29; 'effect': 0.29; 'to:addr:python-list': 0.32; '...': 0.32; 'sorry': 0.33; 'module': 0.33; 'regular': 0.34; 'point': 0.35; 'surprised': 0.35; 'should': 0.37; 'received:209.85': 0.37; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; 'subject:Groups': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=a8HEl86FyKULa2P1fsF6MSgkJ7IpdZBOIF5f6UZz6Ug=; b=wQZz3A1WwnjNy+UUfcBNgkqDqdDkvZmxHjJc4+pFwblfeeycAGWMDMNLvjSK+yaOm/ aenqQaY+mr/zSHbR6DcTZSlU68RlTYhz0e4IxG1Q78qzryZTHPoKiFcbUlmXszwK6t6N ZjXzX0bxk3VmyKNmoNckfJa9IU6GsLgcZ1GdI= |
| DomainKey-Signature | a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=nvD1vrorkATGTLQjXY+OTbqmqfJNjU+wNaK6WHQS1cQ1RcnM3X4qBQORmPkH+hRhmB tvMLQrQt4O4AESVAm8qX3zgRLVqPq24T+YjjEczLhzZd44NV61AqNdcLrr7V3SlFUNI7 oaKHYM0pnWi1BQkNjzFJvaxF+VzvZR97F9rS0= |
| MIME-Version | 1.0 |
| In-Reply-To | <4DAF3C24.9050002@mrabarnett.plus.com> |
| References | <4daf31e3$0$10596$742ec2ed@news.sonic.net> <4DAF3C24.9050002@mrabarnett.plus.com> |
| Date | Thu, 21 Apr 2011 20:36:43 +0200 |
| Subject | Re: Groups in regular expressions don't repeat as expected |
| From | Vlastimil Brom <vlastimil.brom@gmail.com> |
| 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.717.1303411028.9059.python-list@python.org> (permalink) |
| Lines | 13 |
| NNTP-Posting-Host | 82.94.164.166 |
| X-Trace | 1303411028 news.xs4all.nl 41103 [::ffff:82.94.164.166]:36992 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:3817 |
Show key headers only | View raw
2011/4/20 MRAB <python@mrabarnett.plus.com>:
> On 20/04/2011 20:20, John Nagle wrote:
>>
>> Here's something that surprised me about Python regular expressions.
>>
>> ...
> You should take a look at the regex module on PyPI. :-)
> --
>
Ah well...
sorry for possibly destroying the point and the aha! effect ...
vbr
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar
Groups in regular expressions don't repeat as expected John Nagle <nagle@animats.com> - 2011-04-20 12:20 -0700
Re: Groups in regular expressions don't repeat as expected Neil Cerutti <neilc@norwich.edu> - 2011-04-20 19:23 +0000
Re: Groups in regular expressions don't repeat as expected John Nagle <nagle@animats.com> - 2011-04-20 13:34 -0700
Re: Groups in regular expressions don't repeat as expected Neil Cerutti <neilc@norwich.edu> - 2011-04-21 13:16 +0000
Re: Groups in regular expressions don't repeat as expected John Nagle <nagle@animats.com> - 2011-04-24 12:43 -0700
Re: Groups in regular expressions don't repeat as expected MRAB <python@mrabarnett.plus.com> - 2011-04-20 21:03 +0100
Re: Groups in regular expressions don't repeat as expected Vlastimil Brom <vlastimil.brom@gmail.com> - 2011-04-21 15:57 +0200
Re: Groups in regular expressions don't repeat as expected Vlastimil Brom <vlastimil.brom@gmail.com> - 2011-04-21 20:36 +0200
csiph-web