[PIPython] sostituzione stringhe in un file

oggei oggei
Ven 19 Nov 2004 15:16:49 CET


Il mar, 2004-08-31 alle 00:48, oggei ha scritto:

> riga2 = string.replace(riga, "\\immagini\\band\\", "/immagini/band/")

btw, il modo piu' leggibile di farlo e' 

riga.replace('\\immagini\\band\\', '/immagini/band/')

se proprio devi farlo su quel path ;)

cia'
-- 
oggei <oggei a catrame.org>



More information about the Python mailing list