Strings
- Strings intro
- Length or size of a string
- Locate substring (index, rindex)
- Reverse a string
- Substring, range of characters
- String includes another string
- String starts with
- String ends with
- Replace part of a string (substitute)
- Is the string empty or blank?
- Iterate over characters of a string
- Type conversion from string to float, to int
- Converting string to integer or float
- Split String
- String Transliteration
- String Builder
- sprintf and %
- Split to the same string length
- Split characters
- printf
- Here documents