Hello, Is there a way I can extract the named groups from a regular expression? e.g. given "(?P<testgrp>\d)" I want to get something like ["testgrp"].
OR Can I make the match object to return default values for named groups, even if no match was produced? Thanks, Florian -- https://mail.python.org/mailman/listinfo/python-list