1 12
15
2/10
3/11
4 14
5
13
6
7
8
9

Crossword: Strings Methods & String Manipulation

Across

1. Removing leading and trailing whitespace characters from a string.

2. The number of positions to skip between characters in the slice.

3. Dividing a string into multiple substrings based on a specified separator.

4. The method used to extract a subset of characters from a string.

5. The position of the first character to exclude from the slice.

6. The action of combining multiple strings together to form a single longer string.

7. A set of functions built into programming languages that allows manipulation and modification of strings.

8. Tthe position of a character starting from the beginning of the string.

9. Changing the case (uppercase or lowercase) of characters within a string.

Down

10. The process of altering or transforming strings to achieve a desired result.

11. A portion of a string that is extracted based on its starting and ending positions.

12. The position of a character starting from the end of the string.

13. The position of the first character to include in the slice.

14. The process of accessing individual characters within a string using their position.

15. Swapping certain characters or substrings in a string with new ones.


🖶

Shortcuts

Left: ⇤ Right: ⇥ Up: ↑ Down: ↓