We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd7b77b commit f49186fCopy full SHA for f49186f
exercises/word-count/description.md
@@ -12,7 +12,7 @@ When counting words you can assume the following rules:
12
13
1. The count is _case insensitive_ (ie "You", "you", and "YOU" are 3 uses of the same word)
14
2. The count is _unordered_; the tests will ignore how words and counts are ordered
15
-3. Other than the apostrophe in a _contraction_ all forms of _punctuation_ are ignored
+3. Other than the apostrophe in a _contraction_ all forms of _punctuation_ are regarded as spaces
16
4. The words can be separated by _any_ form of whitespace (ie "\t", "\n", " ")
17
18
For example, for the phrase `"That's the password: 'PASSWORD 123'!", cried the Special Agent.\nSo I fled.` the count would be:
0 commit comments