I am trying to use the code below to check a file and capitalize the first letter of every sentence. The code works until it reaches an apostrophe. I think I am over complicating this but for the life of me can’t think of another way to do this. Is there another way to check for a valid char instead of using “if(isalpha(ch)) || ispunct(ch))”. Any help will be much appreciated.