python string class methods || python programming || Madhu

Опубликовано: 02 Август 2021
на канале: 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


На этой странице сайта вы можете посмотреть видео онлайн python string class methods || python programming || Madhu длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь Leela Soft 02 Август 2021, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 243 раз и оно понравилось 30 зрителям. Приятного просмотра!