String puzzles. Some of them are too easy; some of them are too hard. But they are all about strings.
There are solutions.
- Given a string, get the character at position 3.
- Print all characters one at a time.
- Print out a String.
- Remove the character at position 3.
- Count the letter 'i'.
- Remove the letter 'i' the first place it appears
- Remove all of the letter 'i'
- Convert a string to lowercase
- See which string comes alphabetically first
- See if a string contains all 26 letters
- Reverse a string
- Find a_b where _ is any letter
- Count the number of vowels