perl re to regex for emacs

Thomas A. Bryan tbryan at python.net
Wed Oct 20 22:22:14 EDT 1999


mehta at mama.indstate.edu wrote:
> 
> I did work out perl style re.  Now is there a utility which will
> convert this re to emacs style re?

Why would you want to convert it to an emacs-style regular expression?

Python's re module uses basicaly the same syntax as Perl's regular 
expressions.  

---Tom




More information about the Python-list mailing list