Skip to content

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

Notifications You must be signed in to change notification settings

emilyxietty/StringChecker-ARM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published