ports/devel/py-sre-yield/pkg-descr
Po-Chuan Hsieh e0c20d8c88
devel/py-sre-yield: Add py-sre-yield 1.2
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.

WWW: https://github.com/google/sre_yield
2021-05-16 23:23:44 +08:00

6 lines
297 B
Text

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.
WWW: https://github.com/google/sre_yield