Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 438 Bytes

README.md

File metadata and controls

17 lines (15 loc) · 438 Bytes

StringChecker

Takes in a null-terminated string, and removes the characters "the".

Paramaters

What is removed:

  • ✅ the
  • ❌ teh | rearranged "the"
  • ❌ The | capital
  • ❌ THE | all caps "the"
  • ❌ them | non-space character following "the"
  • ❌ other | non-space character before/after "the"
  • ❌ 1the | non-space character before "the"

Development Environment

Keil µvision IDE was used for this project.