String Methods Python - Part 2

Publicado el: 17 diciembre 2016
en el canal de: Sharp El
490
12

String Methods 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)


En esta página del sitio puede ver el video en línea String Methods Python - Part 2 de Duración hora minuto segunda en buena calidad , que subió el usuario Sharp El 17 diciembre 2016, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 490 veces y le gustó 12 a los espectadores. Disfruta viendo!