Across
- 2. string, Returns only a part of a string, based on position.
- 4. Returns the number of characters in a string.
- 6. The general data type used to store text.
- 7. Converts all letters in a string to small letters.
Down
- 1. A string is made up of these smaller units.
- 3. Convert all letters in a string to capital letters.
- 5. The position number of a character within a string (used in substring).
