[PIPython] sostituzione stringhe in un file

blink_twilight damnit182
Ven 19 Nov 2004 15:16:49 CET


oggei wrote:

>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'
>  
>
>------------------------------------------------------------------------
>
>_______________________________________________
>Python mailing list
>Python a lists.python.it
>http://lists.zope.it/cgi-bin/mailman/listinfo/python
>  
>
si ovviamente avevo visto quando lo ho provato che il problema era in 
"\" e non in "/"....grazie.



More information about the Python mailing list