Code Scenario and background: A compiler for string processing (concatenation, substring finder, length of a string, reversing a string, finding palindrome, and any other string operation of your choice)
- Exit
- View stored string
- Add new word to string
- Delete word from string
- Replace word from string
- Reverse the string
- Count number of vowels and consonants
- Count length of a string
- Find longest word length of string
- Find palindrome
- Count number of words, lines, spaces and characters
- Concatenation
- Upper/lower case conversion