Fin troppo facile...dalla documentazione giuro che non avevo capito
che replace faceva proprio questo!

Comunque grazie mille alla prossima!

Il 25/12/07, Antonio Cangiano<[EMAIL PROTECTED]> ha scritto:
> On Dec 25, 2007 11:57 AM, ugaciaka <[EMAIL PROTECTED]> wrote:
>
> > per esempio sostituendo gli '_' con degli spazi:
> >
> > "ciao_mondo" diventa "ciao mondo"
> >
>
> "ciao_mondo".replace("_"," ")
> --
>  http://stacktrace.it - Aperiodico di resistenza informatica.
> http://antoniocangiano.com - Zen and the Art of Ruby Programming
> http://math-blog.com - Math Blog: Mathematics is wonderful!
> http://effettofarfalla.com - Il battito d'ali di un italiano a Toronto
> _______________________________________________
> Python mailing list
> Python@lists.python.it
> http://lists.python.it/mailman/listinfo/python
>
>
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Rispondere a