I’d like to Know, if someone can tell me where can I find information
about use of string methods, used in python scripts:
this is because I saw it in script files examples, but I can’t understand at all.
these are the string methods supported in 1.5.2+ version of the module:
capitalize
count
endswith
find
index
join
lstrip
lower
replace
rfind
rindex
rstrip
split
startswith
strip
swapcase
translate
upper