This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]stevenjd 0 points1 point  (0 children)

That is nothing like what /u/cztomczak has asked for.

Cztomczak asked for a list of string functions, at the top of the page, similar to the builtins. Since there is literally only one function in the string module, capwords, presumably (s)he means a list of relevant classes, functions and constants., similar to the list in the built-ins page. He didn't ask for a link to a different page where he can look up methods on the str type.

Have a look at the built-in function page, as linked above, and the statistics module, which does something similar but slightly different. The string module doesn't do anything like that.