Comment by est 9 hours ago I am curious, why not .lower().translate('_.', '--') 1 comment est Reply fwip 8 hours ago .lower() has to handle Unicode, right? I imagine the giant tables slow it down a bit.
fwip 8 hours ago .lower() has to handle Unicode, right? I imagine the giant tables slow it down a bit.
.lower() has to handle Unicode, right? I imagine the giant tables slow it down a bit.