string
共有44個方法/函數/屬性,點擊鏈接查看相應的源代碼示例。
1. string.digits() ,1897個項目使用
2. string.ascii_letters() ,1372個項目使用
3. string.ascii_uppercase() ,1082個項目使用
4. string.ascii_lowercase() ,1066個項目使用
5. string.punctuation() ,739個項目使用
6. string.Template() ,494個項目使用
7. string.printable() ,468個項目使用
8. string.maketrans() ,289個項目使用
9. string.whitespace() ,283個項目使用
10. string.hexdigits() ,241個項目使用
11. string.replace() ,178個項目使用
12. string.letters() ,173個項目使用
13. string.join() ,163個項目使用
14. string.split() ,151個項目使用
15. string.Formatter() ,150個項目使用
16. string.lowercase() ,134個項目使用
17. string.strip() ,119個項目使用
18. string.lower() ,108個項目使用
19. string.uppercase() ,89個項目使用
20. string.find() ,86個項目使用
21. string.capwords() ,81個項目使用
22. string.upper() ,78個項目使用
23. string.translate() ,61個項目使用
24. string.atoi() ,60個項目使用
25. string.lstrip() ,31個項目使用
26. string.encode() ,30個項目使用
27. string.rstrip() ,30個項目使用
28. string.expandtabs() ,28個項目使用
29. string.ljust() ,22個項目使用
30. string.capitalize() ,22個項目使用
31. string.atof() ,21個項目使用
32. string.index() ,19個項目使用
33. string.joinfields() ,18個項目使用
34. string.rfind() ,18個項目使用
35. string.octdigits() ,17個項目使用
36. string.zfill() ,13個項目使用
37. string.atol() ,13個項目使用
38. string.decode() ,12個項目使用
39. string.pyc() ,12個項目使用
40. string.splitfields() ,11個項目使用
41. string.count() ,11個項目使用
42. string.rjust() ,7個項目使用
43. string.startswith() ,5個項目使用
44. string.rsplit() ,5個項目使用
注:本文中的示例由純淨天空整理自Github/MSDocs等開源代碼及文檔管理平台,相關代碼片段篩選自各路編程大神貢獻的開源項目,源碼版權歸原作者所有,傳播和使用請參考對應項目的License;未經允許,請勿轉載。