[pyar] funciones de String y acentos

Terry Reedy tjreedy en udel.edu
Mie Nov 30 00:36:52 ART 2011


On 11/26/2011 1:43 PM, matias benedetto wrote:
> print  cadena.title()

Con 3.2.2:
 >>> cadena = "CÓRDOBA"
 >>> print ( cadena.title())
Córdoba

-- 
Terry Jan Reedy





More information about the pyar mailing list