← Back to context Comment by est 7 hours ago I am curious, why not .lower().translate('_.', '--') 1 comment est Reply fwip 6 hours ago .lower() has to handle Unicode, right? I imagine the giant tables slow it down a bit.
fwip 6 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.