Is there anything like parse in other languages?

I have been away for a while and I am missing parse. I was wondering if you know of any similar parsers in other languages like Python or R?

When most languages phrase this kind of functionality they do it under the name "parser combinators".

"Parsec" is one of the early ones in Haskell, and someone made a Python variant

Usage example: