summaryrefslogtreecommitdiff
path: root/devel/py-sre-yield/pkg-descr
blob: ca344559c17ed2088a94008912222d3195fe2ef2 (plain) (blame)
1
2
3
4
The goal of sre_yield is to efficiently generate all values that can match a
given regular expression, or count possible matches efficiently. It uses the
parsed regular expression, so you get a much more accurate result than trying to
just split strings.