string find/replace

Carlo carlo at somewhere.com
Wed Dec 1 12:36:42 EST 2010


Hello,

I want the Python equivalent of the Perl expression:
s/([a-z])([A-Z])/\1 \2/g
In plain language: place a space between a lowercase and uppercase
letter. I get lost in the RE module. Can someone help me?

Thanks!



More information about the Python-list mailing list