- Reverse a String 1
- Reverse Each Word
- Reverse a Sentence
- Palindrome
- Find Words
- CountIng Search
- Unique Characters
-
Java Sandwich - Anagrams 1
- Anagrams 2
- Counting Search 2
Java String Resources:
Counting Search 2
Premium Content - Free Preview
Counting Search 1 asked how many times "ing" appears in a given String. In this challenge, you need to count how many words in a String end with "ing" or "ings" (lowercase), but ignore other appearances of "ing". The end of a word are any characters that do not have a letter right after them, but they can have punctuation.
End of Free Content Preview. Please Sign in or Sign up to buy premium content.