Conversion between basic regular expression and extended regular expression

Peng Yu pengyu.ut at gmail.com
Sat Nov 17 22:21:06 EST 2018


Hi,

I'd like to use a program to convert between basic regular expression
(BRE) and extended regular expression (ERE). (see man grep for the
definition of BRE and ERE). Does python has a module for this purpose?
Thanks.

-- 
Regards,
Peng



More information about the Python-list mailing list