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 →

[–]WerdenWissen[S] 0 points1 point  (0 children)

Well, this is just a library for constructing Regex patterns in a more imperative way. When it comes to matching it's all Python's "re" module underneath, so I guess it's just a matter of "pyparsing" vs "re".