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


Groups > comp.lang.python > #73796 > unrolled thread

Re: Get named groups from a regular expression

Started byChris Angelico <rosuav@gmail.com>
First post2014-07-02 01:58 +1000
Last post2014-07-02 01:58 +1000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Get named groups from a regular expression Chris Angelico <rosuav@gmail.com> - 2014-07-02 01:58 +1000

#73796 — Re: Get named groups from a regular expression

FromChris Angelico <rosuav@gmail.com>
Date2014-07-02 01:58 +1000
SubjectRe: Get named groups from a regular expression
Message-ID<mailman.11376.1404230322.18130.python-list@python.org>
On Wed, Jul 2, 2014 at 1:29 AM, Peter Otten <__peter__@web.de> wrote:
> Easy, just write a regular expression to parse regular expressions ;)

Hmm, is that even possible? AIUI you can't make a regex that correctly
parses nested tokens, and named groups can definitely be nested.

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web