Across
- 3. Method to convert the characters of a string into upper case
- 5. Method to append a string to the end of another string
- 7. Method to split a string into an array of substrings
- 10. Method to compare two strings, ignoring case considerations
- 11. Method that returns the character at the specified index (position)
- 12. Method to check whether a string contains a sequence
- 13. Method that returns the position of the first found occurrence of specified characters in a string
Down
- 1. Method that returns the position of the last found occurrence of specified characters in a string
- 2. Method to convert the characters of a string into lower case
- 3. Method to remove white spaces from both ends of a string
- 4. Method to check whether a string ends with specified characters
- 6. Method to check whether a string starts with specified characters
- 8. Method to find the length of a string
- 9. Method to extract a substring from the original string
- 14. Method to compare two strings
