Re: Positions of regexp groups

2005-04-10 Thread Magnus Lie Hetland
In article <[EMAIL PROTECTED]>, Tim Peters wrote: >[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. t

Re: Positions of regexp groups

2005-04-08 Thread John Machin
On Fri, 8 Apr 2005 13:18:27 + (UTC), [EMAIL PROTECTED] (Magnus Lie Hetland) wrote: >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...? These documented methods of the

Re: Positions of regexp groups

2005-04-08 Thread Tim Peters
[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.p

Positions of regexp groups

2005-04-08 Thread 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...? -- Magnus Lie HetlandFall seven times, stand up eight http://hetland.org