Closed GoogleCodeExporter closed 9 years ago
The parser in the hints function is currently very naive, and can't extract
hints
from inside any kind of group. For example:
{{{
>>> esmre.hints(r"([0-3][0-9]/[0-1][0-9]/[1-2][0-9]{3})")
[]
}}}
This was done to simplify the hints function. I do plan to add better support
for
groups soon.
Thanks for raising the issue.
Original comment by whar...@gmail.com
on 1 Oct 2008 at 12:40
Original comment by whar...@gmail.com
on 1 Oct 2008 at 12:41
Fixed in trunk@50.
Original comment by whar...@gmail.com
on 1 Oct 2008 at 8:13
Released in 0.3.0.
http://esmre.googlecode.com/files/esmre-0.3.0.tar.gz
Original comment by whar...@gmail.com
on 1 Oct 2008 at 8:58
Original issue reported on code.google.com by
ibeg...@gmail.com
on 26 Sep 2008 at 7:37