Expand a regular expression to its possible matches
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.
$
pkg install py311-sre-yieldOrigin
devel/py-sre-yield
Size
226KiB
License
APACHE20
Maintainer
sunpoet@FreeBSD.org
Dependencies
1 packages
Required by
1 packages