pythonizer
pythonizer copied to clipboard
Bad translation for regex substitution of default var
Bad translation for regex substitution of default var. Perl seems to know that this means to take all the word in $_ and capitalize them:
s,\b(\D),uc $1,ge;
but the pythonizer gets completely confused (as do I)!!
Fixed in https://github.com/snoopyjc/pythonizer