Python string模块,常用函数和类
下面列出了Python string 模块中定义的常用函数和类,我们从4237个开源Python项目中,按照使用频率进行了排序。
函数和类 | 使用项目数 |
---|---|
1. digits() | 用在(1559)个项目中 |
2. ascii_letters() | 用在(1069)个项目中 |
3. ascii_lowercase() | 用在(876)个项目中 |
4. ascii_uppercase() | 用在(867)个项目中 |
5. punctuation() | 用在(542)个项目中 |
6. printable() | 用在(428)个项目中 |
7. Template() | 用在(389)个项目中 |
8. whitespace() | 用在(348)个项目中 |
9. maketrans() | 用在(290)个项目中 |
10. hexdigits() | 用在(255)个项目中 |
11. letters() | 用在(240)个项目中 |
12. replace() | 用在(189)个项目中 |
13. join() | 用在(181)个项目中 |
14. split() | 用在(181)个项目中 |
15. Formatter() | 用在(150)个项目中 |
16. lowercase() | 用在(145)个项目中 |
17. strip() | 用在(117)个项目中 |
18. lower() | 用在(106)个项目中 |
19. uppercase() | 用在(89)个项目中 |
20. find() | 用在(83)个项目中 |
21. upper() | 用在(82)个项目中 |
22. capwords() | 用在(82)个项目中 |
23. atoi() | 用在(73)个项目中 |
24. translate() | 用在(59)个项目中 |
25. index() | 用在(27)个项目中 |
26. encode() | 用在(27)个项目中 |
27. ljust() | 用在(25)个项目中 |
28. rstrip() | 用在(25)个项目中 |
29. atof() | 用在(24)个项目中 |
30. expandtabs() | 用在(20)个项目中 |
31. lstrip() | 用在(19)个项目中 |
32. rfind() | 用在(19)个项目中 |
33. octdigits() | 用在(15)个项目中 |
34. zfill() | 用在(14)个项目中 |
35. joinfields() | 用在(13)个项目中 |
36. capitalize() | 用在(13)个项目中 |
37. decode() | 用在(12)个项目中 |
38. pyc() | 用在(12)个项目中 |
39. func_name() | 用在(10)个项目中 |
40. atol() | 用在(10)个项目中 |
41. swapcase() | 用在(7)个项目中 |
42. count() | 用在(7)个项目中 |
43. startswith() | 用在(6)个项目中 |
44. __file__() | 用在(5)个项目中 |
45. rjust() | 用在(5)个项目中 |
46. splitfields() | 用在(5)个项目中 |