Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 357 Bytes

File metadata and controls

9 lines (7 loc) · 357 Bytes

checkSentence

Project to check the validity of a sentence with the following rules:

  • String starts with a capital letter
  • String has an even number of quotation marks
  • String ends with a period character “."
  • String has no period characters other than the last character
  • Numbers below 13 are spelled out (”one”, “two”, "three”, etc…)