小册描述
目录
- 1、Slicing
- 2、strip()
- 3、lstrip()
- 4、rstrip()
- 5、removeprefix()
- 6、removesuffix()
- 7、replace()
- 8、re.sub()
- 9、split()
- 10、rsplit()
- 11、join()
- 12、upper()
- 13、lower()
- 14、capitalize()
- 15、islower()
- 16、isupper()
- 17、isalpha()
- 18、isnumeric()
- 19、isalnum()
- 20、count()
- 21、find()
- 22、rfind()
- 23、startswith()
- 24、endswith()
- 25、partition()
- 26、center()
- 27、ljust()
- 28、rjust()
- 29、f-Strings
- 30、swapcase()