minimalist regular expression
Paul Lalli
mritty at gmail.com
Fri Aug 26 06:05:45 EDT 2005
borges2003xx at yahoo.it wrote:
> Exists some tool, programs or some able to compute the minimal regular
> expression, namely ,taking a series of regular exoression, the minimal
> one that makes the same matching?
> thanx in advance
m//;
it matches everything. Perhaps you need to better define your problem
statement. Sample input, desired output...
Paul Lalli
More information about the Python-list
mailing list