python string class methods || python programming || Madhu

Publié le: 02 août 2021
sur la chaîne: 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


Sur cette page du site, vous pouvez voir la vidéo en ligne python string class methods || python programming || Madhu durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur Leela Soft 02 août 2021, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 243 fois et il a aimé 30 téléspectateurs. Bon visionnage!