String CW 2024

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