Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73796 > unrolled thread
| Started by | Chris Angelico <rosuav@gmail.com> |
|---|---|
| First post | 2014-07-02 01:58 +1000 |
| Last post | 2014-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.
Re: Get named groups from a regular expression Chris Angelico <rosuav@gmail.com> - 2014-07-02 01:58 +1000
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-07-02 01:58 +1000 |
| Subject | Re: 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
Back to top | Article view | comp.lang.python
csiph-web