pythonizer
pythonizer copied to clipboard
Incorrect code for pattern matches
Perl pattern matches generate calls to re.match(). The correct semantics for patterns that are not anchored is re.search().
Fixed in https://github.com/snoopyjc/pythonizer