filmov
tv
Python String functions

Показать описание
Contents :
00:00 Start
00:04 len()
00:37 capitalize()
03:17 find()
06:17 in - membership operator
07:10 index()
08:19 upper()
08:34 lower()
08:46 count()
10:11 rfind()
11:47 startswith()
13:50 endswith()
14:54 replace()
16:30 strip()
18:47 rstrip()
19:19 lstrip()
19:49 expandtabs()
20:10 split()
22:36 join()
23:35 splitlines()
24:52 casefold()
25:24 title()
25:47 partition()
26:48 rpartition()
27:30 swapcase()
28:03 maketrans()
29:48 translate()
30:39 String validation functions
30:52 isalnum()
31:23 isalpha()
31:38 isdecimal()
31:53 isdigit()
32:25 isnumeric()
32:53 isidentifier()
33:34 islower()
33:46 isupper()
33:53 istitle()
34:06 isspace()
34:33 isprintable()
34:58 isascii()
35:21 String Formatting Functions
35:25 center()
36:34 ljust()
37:13 rjust()
37:50 zfill()