>1)
>odstranenie whitespaces z textu? lebo poznam len string.whitespaces a
>potom for-om prechadzam vsetky whitespaces a replacujem za "".
>ale mam ten pocit, ze sa to da aj prirodzenejsie...
test = "d d d d fd fsd f"
print test.replace(" ", "")
>
>2)
>pridavanie slashes ? nieco ako addslashes() v PHP->cize ochrana pre
>injectionmi...
>
>
>vdaka ;)
>_______________________________________________
>Python mailing list
>[email protected]
>http://www.py.cz/mailman/listinfo/python
_______________________________________________
Python mailing list
[email protected]
http://www.py.cz/mailman/listinfo/python