String Methods Python - Part 1

Published: 17 December 2016
on channel: Sharp El
1,334
17

String Methods Python - Part 1 - Python 3.5

capitalize()
casefold()
lower()
center(width[, fillchar]),
ljust(width[, fillchar])
rjust(width[, fillchar])
count(sub[, start[, end]])
encode(encoding="utf-8", errors="strict")
endswith(suffix[, start[, end]])
startswith(prefix[, start[, end]])
expandtabs(tabsize=8)
find(sub[, start[, end]])
index(sub[,start[,end]])
rfind(sub[, start[, end]])
rindex(sub[, start[, end]])
format(*args, **kwargs)
format_map(mapping)
isalnum()
isalpha()
isdecimal()
isdigit()
isnumeric()
isidentifier()
islower()
isprintable()
isspace()
istitle()
isupper()
join(iterable)
strip([chars])
lstrip([chars])
rstrip([chars])
maketrans(x[, y[, z]])
translate(table)
partition(sep)
rpartition(sep)
replace(old, new[, count])
split(sep=None, maxsplit=-1)
rsplit(sep=None, maxsplit=-1)
splitlines([keepends])
swapcase()
title()
upper()
zfill(width)


On this page of the site you can watch the video online String Methods Python - Part 1 with a duration of hours minute second in good quality, which was uploaded by the user Sharp El 17 December 2016, share the link with friends and acquaintances, this video has already been watched 1,334 times on youtube and it was liked by 17 viewers. Enjoy your viewing!