[Magnus Lie Hetland] > Just a quick question: Does anyone have a simple way of finding the > positions (start, end) of the groups in a regexp match? AFAICS, the re > API can only return the contents...?
Read the docs for match objects, esp. the start(), end(), and span() methods. -- http://mail.python.org/mailman/listinfo/python-list