1. Review
2. Summary
3. Non-printable characters
4. Summary
5. String formatting part 1
6. Summary
7. String formatting part 2
8. Summary
9. Capitalize the first letter of a string
10. Center a string to total width columns
11. Left and right adjustment of a string for the total width of the columns
12. Count how many times a string or substring occurs in a string
13. Test if a string or substring of the string ends with a certain suffix
14. Test if a string or substring of the string starts with a certain prefix
15. Expand tabs in string to multiple spaces
16. Find starting index of a string or substring that occurs in a string
17. Find starting index of a string or substring that occurs backwards in a string
18. Search starting index of a string or substring that occurs in a string
19. Search starting index of a string or substring that occurs backwards in a string
20. Test if a string contains alphanumeric character(s)
21. Test if a string contains alphabetic character(s)
22. Test if a string contains digits only
23. Test if a string contains upper- or lower-case and convert from one to another
24. The difference between numbers test
25. Test if a string contains white space(s)
26. Test if a string is a title and create title
27. Concatenate list or tuple items into a string
28. Obtain a string length
29. Remove leading or tailing character(s) or from both sites of a string part 1
30. Remove leading or tailing character(s) or from both sites of a string part 2
31. Replace a string or substring of a string part 1
32. Replace a string or substring of a string part 2
33. Create a translation table and translate a string
34. Obtain the minimum and maximum character from a string
35. Split a string based on delimiter string or substring to a list of substrings
36. Swap string characters from upper- to lowercase and vice versa
37. Fill a string using zero(s)