python for hacking tutorial part2 get to know string in python

Published: 26 December 2014
on channel: aolne pentest
228
2

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.


On this page of the site you can watch the video online python for hacking tutorial part2 get to know string in python with a duration of hours minute second in good quality, which was uploaded by the user aolne pentest 26 December 2014, share the link with friends and acquaintances, this video has already been watched 228 times on youtube and it was liked by 2 viewers. Enjoy your viewing!