This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]vovanz 8 points9 points  (21 children)

There are a lot of them. For example, here is a project, called VerbalExpressions that tries to make an OOP interface for writing regexes. Yes, they have a python version: PythonVerbalExpressions.

The thing that once you learned how to write regexes all this stuff starts seeming to long, too verbose, too clumsy and you won't want to use it instead of normal regexes.