Strings

  1. Strings intro
  2. Length or size of a string
  3. Locate substring (index, rindex)
  4. Reverse a string
  5. Substring, range of characters
  6. String includes another string
  7. String starts with
  8. String ends with
  9. Replace part of a string (substitute)
  10. Is the string empty or blank?
  11. Iterate over characters of a string
  12. Type conversion from string to float, to int
  13. Converting string to integer or float
  14. Split String
  15. String Transliteration
  16. String Builder
  17. sprintf and %
  18. Split to the same string length
  19. Split characters
  20. printf
  21. Here documents