python string class methods || python programming || Madhu

Pubblicato il: 02 agosto 2021
sul canale di: 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


In questa pagina del sito puoi guardare il video online python string class methods || python programming || Madhu della durata di ore minuti seconda in buona qualità , che l'utente ha caricato Leela Soft 02 agosto 2021, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 243 volte e gli è piaciuto 30 spettatori. Buona visione!