Changes

Jump to navigation Jump to search
91 bytes added ,  09:10, 5 April 2015
Line 69: Line 69:  
str.capitalize() → Uppercases 1st char
 
str.capitalize() → Uppercases 1st char
 
str.center(width[, fillchar])
 
str.center(width[, fillchar])
 +
str.startswith(preffix[, start[, end]])
 
str.endswith(suffix[, start[, end]])
 
str.endswith(suffix[, start[, end]])
 
str.find(substring[, start[, end]])
 
str.find(substring[, start[, end]])
Line 76: Line 77:  
str.replace(old, new[, count])
 
str.replace(old, new[, count])
 
</source>
 
</source>
 +
 +
len(MyString) → returns the lenght of a string
 +
 
=== Collections ===
 
=== Collections ===
 
==== List ====
 
==== List ====

Navigation menu