1 | 9 | ||||||||||||||||||||||
11 | 14 | ||||||||||||||||||||||
2 | |||||||||||||||||||||||
15 | |||||||||||||||||||||||
13 | |||||||||||||||||||||||
3 | 12 | ||||||||||||||||||||||
4 | |||||||||||||||||||||||
5 | |||||||||||||||||||||||
10 | |||||||||||||||||||||||
6 | |||||||||||||||||||||||
7 | |||||||||||||||||||||||
8 | |||||||||||||||||||||||
1. The process of accessing individual characters within a string using their position.
2. The process of altering or transforming strings to achieve a desired result.
3. The number of positions to skip between characters in the slice.
4. A set of functions built into programming languages that allows manipulation and modification of strings.
5. The method used to extract a subset of characters from a string.
6. Changing the case (uppercase or lowercase) of characters within a string.
7. The position of the first character to exclude from the slice.
8. Dividing a string into multiple substrings based on a specified separator.
9. The position of a character starting from the end of the string.
10. Swapping certain characters or substrings in a string with new ones.
11. The action of combining multiple strings together to form a single longer string.
12. Tthe position of a character starting from the beginning of the string.
13. A portion of a string that is extracted based on its starting and ending positions.
14. Removing leading and trailing whitespace characters from a string.
15. The position of the first character to include in the slice.