What steps will reproduce the problem?
1.regex.search('^([^z]*(?:WWWi|W))?$','WWWi').groups()
fails while following searches give results
2.regex.search('^([^z]*(?:WWWi|w))?$','WWWi').groups()
3.regex.search('^([^z]*?(?:WWWi|W))?$','WWWi').groups()
What is the expected output? What do you see instead?
all searches should give results
What version of the product are you using? On what operating system?
2.4.35 on Windows7, python 2.7.2 32bit
Please provide any additional information below.
Original issue reported on code.google.com by grzegorz...@gmail.com on 29 Nov 2013 at 7:37
Original issue reported on code.google.com by
grzegorz...@gmail.com
on 29 Nov 2013 at 7:37