wiki.niziak.spox.org
jump to: Search / User Tools / Main Content / Change Content Width
wiki.niziak.spox.org
last_char = mystring[-1] last_char = mystring[len(mystring)-1] last_3chars = mystring[-3:] first_2chars = mystring[0:1] skip_3chars = mystring[3:]
words = mystring.split(' ') last_word = words[-1]
Except where otherwise noted, content on this wiki is licensed under the following license: GNU Free Documentation License 1.3