Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 817 Bytes

File metadata and controls

21 lines (18 loc) · 817 Bytes

String-Processing-Compiler


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)

Features of String Processing:

  1. Exit
  2. View stored string
  3. Add new word to string
  4. Delete word from string
  5. Replace word from string
  6. Reverse the string
  7. Count number of vowels and consonants
  8. Count length of a string
  9. Find longest word length of string
  10. Find palindrome
  11. Count number of words, lines, spaces and characters
  12. Concatenation
  13. Upper/lower case conversion
Demo_Features_1_to_6.mp4