python string class methods || python programming || Madhu

Publicado el: 02 agosto 2021
en el canal de: Leela Soft
243
30

#Python #LEELASOFT #Madhu
isalnum(self, /)
Return True if the string is an alpha-numeric string, False otherwise.

isalpha(self, /)
Return True if the string is an alphabetic string, False otherwise.

isascii(self, /)
Return True if all characters in the string are ASCII, False otherwise.

isdecimal(self, /)
Return True if the string is a decimal string, False otherwise.

isdigit(self, /)
Return True if the string is a digit string, False otherwise.

islower(self, /)
Return True if the string is a lowercase string, False otherwise.

x = "abcABC123_"
print(x.islower())

x = "abc123_"
print(x.islower())

isupper(self, /)
Return True if the string is an uppercase string, False otherwise


En esta página del sitio puede ver el video en línea python string class methods || python programming || Madhu de Duración hora minuto segunda en buena calidad , que subió el usuario Leela Soft 02 agosto 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 243 veces y le gustó 30 a los espectadores. Disfruta viendo!