python for hacking tutorial part2 get to know string in python
The Python string module provides a very robust series of methods for strings.
Read the Python documentation at http://docs.python.org/library/string...
for the entire list of available methods. Let’s examine a few useful methods.
Consider the use of the following methods: upper(), lower(), replace(), and
find(). Upper() converts a string to its uppercase variant. Lower() converts a
string to its lowercase variant. Replace(old,new) replaces the old occurrence of
the substring old with the substring new. Find() reports the offset where the
first occurrence of the substring occurs.
На этой странице сайта вы можете посмотреть видео онлайн python for hacking tutorial part2 get to know string in python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь aolne pentest 26 Декабрь 2014, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 228 раз и оно понравилось 2 зрителям. Приятного просмотра!