Across
- 3. Converts string into a list of characters
- 5. Checks if the string is in title case
- 7. Converts all characters to lowercase
- 8. Returns the length of a string
- 9. Converts first character to uppercase
- 12. Joins elements of a list into a string
- 13. Joins two strings with a specified separator
- 15. Removes leading and trailing spaces
- 16. Finds the first occurrence of a substring
Down
- 1. Concatenation operator
- 2. Method to make string uppercase
- 4. Converts the string to title case
- 5. Checks if string contains only alphabets
- 6. Method to replace a substring with another substring
- 10. Checks if all characters in the string are alphanumeric
- 11. Checks if string is numeric
- 14. Method to split a string
